Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@ jobs:
matrix:
include:
- platform: linux
runner: depot-ubuntu-24.04
runner: depot-ubuntu-24.04-4
target: x86_64-unknown-linux-musl
binary_ext: ""
arch: x86_64
- platform: windows
runner: depot-ubuntu-24.04
runner: depot-ubuntu-24.04-4
target: x86_64-pc-windows-gnu
binary_ext: ".exe"
arch: x86_64
- platform: macos
runner: depot-ubuntu-24.04
runner: depot-ubuntu-24.04-4
target: x86_64-apple-darwin
binary_ext: ""
arch: x86_64
- platform: macos
runner: depot-ubuntu-24.04
runner: depot-ubuntu-24.04-4
target: aarch64-apple-darwin
binary_ext: ""
arch: aarch64
Expand Down Expand Up @@ -155,10 +155,10 @@ jobs:
include:
# TODO(RVT-4479): Add back ARM builder once manifest generation fixed
# - platform: linux/arm64
# runner: depot-ubuntu-24.04
# runner: depot-ubuntu-24.04-4
# arch_suffix: -arm64
- platform: linux/x86_64
runner: depot-ubuntu-24.04
runner: depot-ubuntu-24.04-4
# TODO: Replace with appropriate arch_suffix when needed
# arch_suffix: -amd64
arch_suffix: ''
Expand Down Expand Up @@ -193,6 +193,7 @@ jobs:
platforms: ${{ matrix.platform }}
build-args: |
BUILD_FRONTEND=true
CARGO_BUILD_MODE=release
# secrets: |
# fontawesome_package_token=${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
# secret-files: |
Expand All @@ -209,6 +210,7 @@ jobs:
platforms: ${{ matrix.platform }}
build-args: |
BUILD_FRONTEND=true
CARGO_BUILD_MODE=release
# secrets: |
# fontawesome_package_token=${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
# secret-files: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ tf/.terraform.lock.hcl
frontend/.env.*
frontend/dist/
frontend/node_modules/
frontend/.tanstack

# Site
site/.next/
Expand Down
Loading
Loading