Skip to content

Commit

Permalink
fix: arm dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 18, 2022
2 parents fbbed72 + b2d528b commit 2fdfce2
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 2fdfce2

Please sign in to comment.