Skip to content

Commit

Permalink
Attempt to enable arm64 cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor committed Sep 29, 2023
1 parent f121a86 commit 70661e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
-
name: Install library dependencies
run: |
sudo dpkg --add-architecture arm64
sudo apt-get update --fix-missing
sudo apt-get install libfuse3-dev
sudo apt-get install libfuse3-dev gcc-aarch64-linux-gnu libfuse3-dev:arm64
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 70661e0

Please sign in to comment.