diff --git a/.goreleaser.yml b/.goreleaser.yml index 0278a280..d9994ef7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,6 +13,8 @@ builds: - main: ./cmd binary: macOS_nodpi/net id: netcap_macOS_nodpi + env: + - CGO_ENABLED=1 # needed to compile gopacket for arm64 goos: - darwin goarch: diff --git a/version.go b/version.go index c54c983b..693627b7 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package netcap var Version = "v0.6.10" // Commit is the git commit id of the current version. -var Commit = "65ae7a2cc73f75e0849d97bbcb1b44a93b790610" +var Commit = "395160b4c6bae7cd027c3152947910dbd2e7d5b6"