Skip to content

Commit

Permalink
chore: added platform tags in build arm
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT committed Feb 9, 2024
1 parent e76e24a commit 192d9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Build image
id: docker-build
run: >-
docker build
docker buildx build
--platform linux/arm/v6
-t $IMAGE_NAME
-t $REPOSITORY_URL/$IMAGE_NAME:arm-${{ steps.vars.outputs.SHORT_COMMIT_ID }}
-t $REPOSITORY_URL/$IMAGE_NAME:arm
Expand Down

0 comments on commit 192d9f3

Please sign in to comment.