Skip to content

Commit

Permalink
Merge pull request #1282 from patrickelectric/arm
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysemenza committed Apr 26, 2023
2 parents 908df50 + 636ddf8 commit 415a59e
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 415a59e

Please sign in to comment.