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 5473ca6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
branches:
- main
paths:
- "env/*/Dockerfile"
- "env/*/environment.yml"
- gha-arm64

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -43,7 +41,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 Down

0 comments on commit 5473ca6

Please sign in to comment.