Skip to content

Commit

Permalink
fix: arm images file
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 18, 2022
1 parent aba9944 commit b2d528b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/prepare-dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ docker buildx build \
--cache-from wabayang/jelu:$DOCKER_CHANNEL \
--tag wabayang/jelu:$DOCKER_CHANNEL \
--tag wabayang/jelu:$1 \
--file ./Dockerfile .
--file ./Dockerfile-arm .
2 changes: 1 addition & 1 deletion ci/publish-dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ docker buildx build \
--cache-from wabayang/jelu:$DOCKER_CHANNEL \
--tag wabayang/jelu:$DOCKER_CHANNEL \
--tag wabayang/jelu:$1 \
--file ./Dockerfile . \
--file ./Dockerfile-arm . \
--push

0 comments on commit b2d528b

Please sign in to comment.