[Git][root/netboxadm][main] fix(ci): set builds for goreleaser

Fernando K pushed to branch main at Root / Netboxadm Commits: 952c7bb2 by Fernando Monteiro Kiotheka at 2025-07-30T17:12:15-03:00 fix(ci): set builds for goreleaser - - - - - 1 changed file: - .goreleaser.yaml Changes: ===================================== .goreleaser.yaml ===================================== @@ -13,3 +13,13 @@ gitlab_urls: # Set this if you set GITLAB_TOKEN to the value of CI_JOB_TOKEN. use_job_token: true + +builds: + goos: + - darwin + - linux + goarch: + - amd64 + - arm64 + goamd64: + - v2 View it on GitLab: https://gitlab.c3sl.ufpr.br/root/netboxadm/-/commit/952c7bb24f9a395edd365e35... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/netboxadm/-/commit/952c7bb24f9a395edd365e35... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)