Skip to content

Commit

Permalink
chore: adopt native arm64 github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed Jan 20, 2025
1 parent fb8d799 commit c5db045
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ jobs:
required_tools: ""
binary_name: "brush"
extra_build_args: ""
# Build for aarch64/linux target on x86_64/linux host.
- host: "ubuntu-24.04"
target: "aarch64-unknown-linux-gnu"
# Build for aarch64/linux target on native host.
- host: "ubuntu-24.04-arm"
target: ""
os: "linux"
arch: "aarch64"
required_tools: "gcc-aarch64-linux-gnu"
binary_name: "brush"
extra_build_args: ""
# Build for WASI-0.2 target on x86_64/linux host.
Expand Down

0 comments on commit c5db045

Please sign in to comment.