Skip to content

Commit

Permalink
Adding cross compiler to the build environment so ARM works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 7, 2024
1 parent 049c7b8 commit 7462a30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Set up latest stable Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 7462a30

Please sign in to comment.