Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seung-o committed Jan 18, 2024
1 parent 6b17a2f commit 86d8ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ ! -z "$existing_image" ]; then
fi

# 3. 이미지 빌드
docker build --platform linux/amd64 -t minarvas:$version .
docker build --platform linux/arm64 -t minarvas:$version .

# 4. Docker Hub 에 이미지 푸시
echo "Tagging image with Docker Hub"
Expand Down

0 comments on commit 86d8ee6

Please sign in to comment.