Skip to content

Commit

Permalink
Update docker-multiarch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Jan 20, 2025
1 parent 616df42 commit 068d347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build ARM Docker image
run: |
docker build --push --platform linux/arm64 \
--build-arg BUILD_IMAGE_TAG=9.0-noble-arm64 \
--build-arg RUN_IMAGE_TAG=9.0-alpine-arm64 \
--build-arg BUILD_IMAGE_TAG=9.0-noble-arm64v8 \
--build-arg RUN_IMAGE_TAG=9.0-alpine-arm64v8 \
--tag "${{ vars.DOCKERHUB_USERNAME }}/service:${{ github.event.inputs.docker_tag }}-arm64" .
amd64:
Expand Down

0 comments on commit 068d347

Please sign in to comment.