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

goreleaser: Add ARMv7 binaries #1282

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/cfssl
Expand Down Expand Up @@ -60,6 +61,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/cfssl-bundle
Expand Down Expand Up @@ -96,6 +98,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/cfssl-certinfo
Expand Down Expand Up @@ -132,6 +135,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/cfssl-newkey
Expand Down Expand Up @@ -168,6 +172,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/cfssl-scan
Expand Down Expand Up @@ -204,6 +209,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/cfssljson
Expand Down Expand Up @@ -240,6 +246,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/mkbundle
Expand Down Expand Up @@ -276,6 +283,7 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- s390x
main: ./cmd/multirootca
Expand Down