Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 Build glide for OpenBSD and ppc65le, s390x, riscv64 architectures #138

Merged
merged 8 commits into from
Feb 12, 2024
8 changes: 7 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ builds:
- linux
- darwin
- freebsd
- openbsd
- windows
goarch:
- amd64
- arm
- arm64
- ppc64le
- s390x
- riscv64
goarm:
- '7'
- '6'
ignore:
- goos: darwin
goarch: '386'
- goos: openbsd
goarch: arm
- goos: openbsd
Expand All @@ -31,7 +37,7 @@ builds:
goarch: arm
- goos: freebsd
goarch: arm64
- goos: linux
- goos: windows
goarch: arm

changelog:
Expand Down
Loading