install manifest tool for deploy stage

This commit is contained in:
Stefan Agner 2019-01-23 12:34:04 +01:00
parent c185d19ce9
commit b3d2f9d573
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,6 @@ env:
- BUILD_ARCH=arm32v7
- BUILD_ARCH=arm64v8
install:
- go get github.com/estesp/manifest-tool
- 'echo ''{ "experimental": true }'' | sudo tee /etc/docker/daemon.json'
- sudo systemctl restart docker
- sudo apt-get --yes --no-install-recommends install qemu-user-static
@ -24,4 +23,6 @@ jobs:
include:
- stage: deploy
name: "Create Manifest"
install: go get github.com/estesp/manifest-tool
before_script: docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
script: ./create-manifest