Skip to content

Commit a4d0c26

Browse files
committed
workflows: add cc for cross compile
Signed-off-by: Morten Linderud <morten@linderud.pw>
1 parent 5b6081e commit a4d0c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
include:
1616
- {GOOS: linux, GOARCH: amd64}
17-
- {GOOS: linux, GOARCH: arm, GOARM: 6}
18-
- {GOOS: linux, GOARCH: arm64}
17+
- {GOOS: linux, GOARCH: arm, GOARM: 6, CC=aarch64-linux-gnu-gcc}
18+
- {GOOS: linux, GOARCH: arm64, CC=aarch64-linux-gnu-gcc}
1919
steps:
2020
- name: Install Go
2121
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)