Skip to content

Commit

Permalink
fix: arm build
Browse files Browse the repository at this point in the history
(cherry picked from commit 6482d8e)
  • Loading branch information
oilbeater committed Jun 1, 2020
1 parent 8ec2c15 commit 2a87753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-arm64-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
TAG=$(cat VERSION)
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
docker images
docker tag kubeovn/kube-ovn:$TAG kubeovn/kube-ovn:$TAG-arm
docker push kubeovn/kube-ovn:$TAG-arm

0 comments on commit 2a87753

Please sign in to comment.