Skip to content

Commit

Permalink
Update push.sh to do x86 and ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
nabsul committed Jun 21, 2020
1 parent a38533a commit 5205f48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions push.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
docker build -t nabsul/k8s-ecr-login-renew .
docker tag nabsul/k8s-ecr-login-renew:latest nabsul/k8s-ecr-login-renew:$1
docker tag nabsul/k8s-ecr-login-renew:latest nabsul/k8s-ecr-login-renew:latest
docker build -t nabsul/k8s-ecr-login-renew:$1 .
docker build -t nabsul/k8s-ecr-login-renew:arm32v7-$1 -f Dockerfile-arm .
docker push nabsul/k8s-ecr-login-renew:$1
docker push nabsul/k8s-ecr-login-renew:latest
docker push nabsul/k8s-ecr-login-renew:arm32v7-$1

0 comments on commit 5205f48

Please sign in to comment.