[Git][root/netboxadm][main] 2 commits: chore(ci): rename archives.format property

Fernando K pushed to branch main at Root / netboxadm Commits: 9d8f97c5 by Fernando Monteiro Kiotheka at 2025-07-30T19:37:41-03:00 chore(ci): rename archives.format property - - - - - 6aa3b859 by Fernando Monteiro Kiotheka at 2025-07-30T19:53:11-03:00 fix(ci): disable cgo so builds work in non-alpine - - - - - 1 changed file: - .goreleaser.yaml Changes: ===================================== .goreleaser.yaml ===================================== @@ -23,6 +23,8 @@ builds: - arm64 goamd64: - v2 + env: + - CGO_ENABLED=0 archives: - - format: binary + - formats: binary View it on GitLab: https://gitlab.c3sl.ufpr.br/root/netboxadm/-/compare/63041cafe23f5d00515a084... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/netboxadm/-/compare/63041cafe23f5d00515a084... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)