Skip to content

Commit

Permalink
inline multi-arch build with current build commands
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Linkhorst <martin.linkhorst@zalando.de>
  • Loading branch information
linki committed Jun 16, 2022
1 parent f1ab89c commit 42d9dd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ pipeline:
make deps cicheck staticcheck gosec
git status
git diff
cd packaging
make docker.build.amd64 && git status && git diff && make docker.push.amd64
make docker.push.multiarch
cd packaging && make docker.build.amd64 && git status && git diff && make docker.push.amd64 && make docker.push.multiarch
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
echo "Created docker image registry.opensource.zalan.do/teapot/skipper:${RELEASE_VERSION}"
cdp-promote-image "${MULTIARCH_IMAGE}"
Expand Down

0 comments on commit 42d9dd3

Please sign in to comment.