Skip to content

Commit

Permalink
fix: install cross compilation for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent e8f8ff0 commit 93415a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libsqlite3-dev # Replace with the actual dependencies your project needs
- name: Install ARM64 cross-compilation tools
run: |
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.0.0
with:
Expand Down

0 comments on commit 93415a0

Please sign in to comment.