Skip to content

Commit 096239c

Browse files
committed
Adding arm64 to build list
1 parent 999ea44 commit 096239c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
push: ${{ github.event_name != 'pull_request' }}
8282
tags: ${{ steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}
84-
platforms: linux/amd64
84+
platforms: linux/amd64,linux/arm64
8585

8686
- name: Build and push Systemd Docker images
8787
id: build-and-push-systemd
@@ -92,4 +92,4 @@ jobs:
9292
push: ${{ github.event_name != 'pull_request' }}
9393
tags: ${{ steps.metasysd.outputs.tags }}
9494
labels: ${{ steps.metasysd.outputs.labels }}
95-
platforms: linux/amd64
95+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)