Skip to content

Commit

Permalink
goreleaser: Add ARMv7 binaries
Browse files Browse the repository at this point in the history
Such boards are still available

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Apr 19, 2023
1 parent b4d0d87 commit 636ddf8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
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

0 comments on commit 636ddf8

Please sign in to comment.