Skip to content

Commit

Permalink
ci: use cross build to build linux_aarch64_gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Nov 27, 2024
1 parent 97234cf commit 43fe34f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-draft-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,13 @@ jobs:
toolchain: stable
target: x86_64-unknown-linux-gnu
use-cross-build: false
build_app: true
build_command: false
build_app: false
- build: linux_aarch64_gnu
os: ubuntu-22.04
toolchain: stable
target: aarch64-unknown-linux-gnu
use-cross-build: false
build_app: true
build_command: true
use-cross-build: true
build_app: false
- build: macos_silicon
os: macos-14
toolchain: stable
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ jobs:
toolchain: stable
target: armv7-unknown-linux-musleabihf
use-cross-build: true
- build: linux_aarch64_gnu
os: ubuntu-22.04
toolchain: stable
target: aarch64-unknown-linux-gnu
use-cross-build: true
- build: macos_silicon
os: macos-14
toolchain: stable
Expand Down

0 comments on commit 43fe34f

Please sign in to comment.