Skip to content

Commit b5fe725

Browse files
committed
💚 Improve docker image build
1 parent 34a2f7f commit b5fe725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
- name: Build the Docker image use package_json version
7777
if: ${{ github.event_name == 'push' || github.event.inputs.image_tag == '' }}
7878
run: |
79-
docker buildx build --push --platform linux/amd64 -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:latest -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:v${{ steps.version.outputs.value }} .
79+
docker buildx build --push --platform linux/arm64 -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:latest -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:v${{ steps.version.outputs.value }} .

0 commit comments

Comments
 (0)