Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 16ce420

Browse files
committed
ci: enable Cgo-based ARM build
1 parent 2f92e15 commit 16ce420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build-Linux-32b-arm
5050
if: matrix.platform == 'ubuntu-latest'
5151
run: |
52-
GOARCH=arm CGO_ENABLED=0 \
52+
GOARCH=arm CGO_ENABLED=1 \
5353
CC=arm-linux-gnueabihf-gcc \
5454
CC_FOR_TARGET=arm-linux-gnueabihf-gcc \
5555
go install -v ./...

0 commit comments

Comments
 (0)