Skip to content

Commit

Permalink
Build arm binaries (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette authored Nov 4, 2024
1 parent 2246928 commit f96ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/musl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
go get -v -t -d ./...
sudo apt-get update
sudo apt-get install -y zip build-essential pkg-config libssl-dev
sudo apt-get install -y zip build-essential pkg-config libssl-dev gcc-aarch64-linux-gnu
- name: Install Musl
run: |
Expand Down

0 comments on commit f96ea5e

Please sign in to comment.