Skip to content

Commit

Permalink
Also build linux/arm64 Docker website image
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 25, 2024
1 parent cae0f3d commit af1c730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
name: ${{ fromJSON(needs.changed-directories.outputs.matrix) }}
platform: [linux/amd64]
platform: [linux/amd64, linux/arm64]
permissions:
contents: read
packages: write
Expand All @@ -62,6 +62,9 @@ jobs:
flavor: |
latest=false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit af1c730

Please sign in to comment.