We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ef8db commit 39d30fcCopy full SHA for 39d30fc
.goreleaser.yml
@@ -34,8 +34,8 @@ builds:
34
binary: twitch
35
env:
36
- CGO_ENABLED=1
37
- - CC=aarch64-linux-gnu-gcc-6
38
- - CXX=aarch64-linux-gnu-g++-6
+ - CC=aarch64-linux-gnu-gcc-9
+ - CXX=aarch64-linux-gnu-g++-9
39
goos:
40
- linux
41
goarch:
Makefile
@@ -14,7 +14,7 @@ test-release:
14
-v /var/run/docker.sock:/var/run/docker.sock \
15
-w /go/src/github.com/twitchdev/twitch-cli \
16
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
17
- twitch-cli:latest --clean --skip-publish --snapshot
+ twitch-cli:latest --clean --skip=publish --snapshot
18
19
build:
20
go build --ldflags "-s -w -X main.buildVersion=source"
0 commit comments