mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 11:37:35 +00:00
Merge pull request #187 from juanfont/fix-arm64
Use CGO_ENABLED=1 when building arm64
This commit is contained in:
@@ -60,6 +60,9 @@ builds:
|
||||
- linux
|
||||
goarch:
|
||||
- arm64
|
||||
env:
|
||||
- CGO_ENABLED=1
|
||||
- CC=aarch64-linux-gnu-gcc-9
|
||||
main: ./cmd/headscale/headscale.go
|
||||
mod_timestamp: '{{ .CommitTimestamp }}'
|
||||
ldflags:
|
||||
|
Reference in New Issue
Block a user