.travis: enable cross building to macos arm64 (#28474)

Co-authored-by: Felix Lange <fjl@twurst.com>
pull/27439/merge
Péter Szilágyi 11 months ago committed by GitHub
parent e91cdb49be
commit 51b5ad3da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

@ -104,6 +104,8 @@ jobs:
script:
- go run build/ci.go install -dlgo
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
- go run build/ci.go install -dlgo -arch arm64
- go run build/ci.go archive -arch arm64 -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
# These builders run the tests
- stage: build

Loading…
Cancel
Save