Skip to content

Commit 39d30fc

Browse files
committed
Changed goreleaser to use correct GCC version for Linux arm64
1 parent b2ef8db commit 39d30fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ builds:
3434
binary: twitch
3535
env:
3636
- CGO_ENABLED=1
37-
- CC=aarch64-linux-gnu-gcc-6
38-
- CXX=aarch64-linux-gnu-g++-6
37+
- CC=aarch64-linux-gnu-gcc-9
38+
- CXX=aarch64-linux-gnu-g++-9
3939
goos:
4040
- linux
4141
goarch:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-release:
1414
-v /var/run/docker.sock:/var/run/docker.sock \
1515
-w /go/src/github.com/twitchdev/twitch-cli \
1616
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
17-
twitch-cli:latest --clean --skip-publish --snapshot
17+
twitch-cli:latest --clean --skip=publish --snapshot
1818

1919
build:
2020
go build --ldflags "-s -w -X main.buildVersion=source"

0 commit comments

Comments
 (0)