Skip to content

Commit

Permalink
fix: arm images push
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 18, 2022
1 parent ba1fe4c commit 24d4df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/publish-dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker buildx build \
--file ./Dockerfile . \
--push

# push arm
# push arm images
docker buildx build \
--platform $ARM_PLATFORMS \
--cache-from wabayang/jelu:$DOCKER_CHANNEL \
Expand Down

0 comments on commit 24d4df6

Please sign in to comment.