Enable CGO which is needed for cross compilation

This commit is contained in:
David Vogel 2024-01-15 20:30:28 +01:00
parent 1a735c06bd
commit f2b1aba994

View File

@ -32,6 +32,7 @@ jobs:
env:
GOARCH: ${{ matrix.goarch }}
GOOS: ${{ matrix.goos }}
CGO_ENABLED: 1
- name: Create distribution archive
run: go run -v ./scripts/dist