Skip to content

Commit

Permalink
install aarch64 linux gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
gsora committed Feb 21, 2024
1 parent 1b15624 commit bc04e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
go-version: "1.21.5"

- name: Set up aarch64 gcc
run: |
sudo apt install gcc make gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
- name: OSXCross for CGO Support
run: |
mkdir ../../osxcross
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ builds:
- linux
goarch:
- amd64
env:
- CC=x86_64-linux-gnu-gcc
- CXX=x86_64-linux-gnu-g++

archives:
- format: tar.gz
Expand Down

0 comments on commit bc04e3d

Please sign in to comment.