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 3af1e4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- gha-arm64
paths:
- "env/*/Dockerfile"
- "env/*/environment.yml"
Expand Down Expand Up @@ -43,7 +44,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 +63,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 3af1e4e

Please sign in to comment.