We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f9889 commit 1337c32Copy full SHA for 1337c32
.travis.yml
@@ -20,7 +20,8 @@ jobs:
20
services: docker
21
install: true
22
script:
23
- - make -e REGISTRY=fred78290 -e TAG=dev container
+ - make -e REGISTRY=fred78290 -e TAG=dev container -e GOARCH=amd64
24
+ - make -e REGISTRY=fred78290 -e TAG=dev container -e GOARCH=arm64
25
- sonar-scanner
26
- stage: test
27
@@ -30,7 +31,9 @@ jobs:
30
31
if: tag IS present OR commit_message =~ /\/ci-deploy/
32
33
- script: make -e REGISTRY=fred78290 -e TAG=$TRAVIS_TAG container
34
+ script:
35
+ - make -e REGISTRY=fred78290 -e TAG=$TRAVIS_TAG container -e GOARCH=amd64
36
37
deploy:
38
provider: releases
39
api_key: $GITHUB_OAUTH_TOKEN
0 commit comments