Skip to content

Commit fb754cb

Browse files
committed
ci: publish image for Apple M2 architecture
1 parent 4e1d6c0 commit fb754cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build, tag, and push image to GitHub Container Registry
7575
uses: docker/build-push-action@v6
7676
with:
77-
platforms: linux/amd64,linux/arm64
77+
platforms: linux/amd64,linux/arm64,linux/arm64/v8
7878
builder: ${{ steps.buildx.outputs.name }}
7979
build-args: GIT-SHA=${{ github.sha }}
8080
cache-from: type=gha,scope=cal-itp

0 commit comments

Comments
 (0)