Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bincooo authored Jun 7, 2024
1 parent b6f64b0 commit 5a1e6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
-t ${DOCKER_REPO_TAGGED} \
.
sed -i 's/build-linux/build-linux-arm64/g' deploy/Dockerfile
sed -i 's/bin\/linux\/server/bin\/linux\/server-arm64/g' deploy/Dockerfile
docker buildx build \
-f deploy/Dockerfile \
--platform linux/arm64/v8 \
Expand Down

0 comments on commit 5a1e6d3

Please sign in to comment.