From 932a149c355e4e893f31edbcd71aee01c72263de Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 19 Jun 2023 00:27:54 +0200 Subject: Deactivate 32bits builds because the ksuid library does not support those тип release failed after 7m3s error=failed to build for freebsd_386: exit status 1: # github.com/exograd/go-daemon/ksuid Error: ../../../go/pkg/mod/github.com/exograd/go-daemon@v0.0.0-20221017152404-800adf39c12f/ksuid/ksuid.go:38:15: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in argument to fmt.Sprintf (overflows) Error: The process '/opt/hostedtoolcache/goreleaser-action/1.18.2/x64/goreleaser' failed with exit code 1 --- .goreleaser.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9bb0aa7..34ff3de 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,12 +22,7 @@ builds: - darwin goarch: - amd64 - - '386' - - arm - arm64 - ignore: - - goos: darwin - goarch: '386' binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - format: zip -- cgit v1.2.3