We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6081e commit a4d0c26Copy full SHA for a4d0c26
.github/workflows/build.yml
@@ -14,8 +14,8 @@ jobs:
14
matrix:
15
include:
16
- {GOOS: linux, GOARCH: amd64}
17
- - {GOOS: linux, GOARCH: arm, GOARM: 6}
18
- - {GOOS: linux, GOARCH: arm64}
+ - {GOOS: linux, GOARCH: arm, GOARM: 6, CC=aarch64-linux-gnu-gcc}
+ - {GOOS: linux, GOARCH: arm64, CC=aarch64-linux-gnu-gcc}
19
steps:
20
- name: Install Go
21
uses: actions/setup-go@v2
0 commit comments