1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

Forgot to remove failed archs in ARCHS environment variable

This commit is contained in:
Travis Rowland
2020-10-05 21:43:40 -07:00
committed by GitHub
parent 4646d893db
commit d0b467e4bf

View File

@@ -46,7 +46,7 @@ jobs:
include:
- stage: deploy
env:
- ARCHS="amd64 arm64 arm 386 ppc64le s390x"
- ARCHS="amd64 arm64 386 ppc64le"
script:
- echo $NAME:$VERSION_TAG
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin