Skip to content

Commit

Permalink
multiarch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Nov 3, 2024
1 parent 295b679 commit bd7560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build image
run: DOCKER_BUILDKIT=1 docker buildx build . --file Dockerfile --tag $IMAGE_NAME --progress plain --ssh default --label "runnumber=${GITHUB_RUN_ID}"
run: DOCKER_BUILDKIT=1 docker buildx build . --file Dockerfile --tag $IMAGE_NAME --progress plain --ssh default --platform linux/arm64/v8,linux/amd64 --label "runnumber=${GITHUB_RUN_ID}"
- name: Push image
run: |
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
Expand Down

0 comments on commit bd7560f

Please sign in to comment.