We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999ea44 commit 096239cCopy full SHA for 096239c
.github/workflows/publish_docker.yml
@@ -81,7 +81,7 @@ jobs:
81
push: ${{ github.event_name != 'pull_request' }}
82
tags: ${{ steps.meta.outputs.tags }}
83
labels: ${{ steps.meta.outputs.labels }}
84
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
85
86
- name: Build and push Systemd Docker images
87
id: build-and-push-systemd
@@ -92,4 +92,4 @@ jobs:
92
93
tags: ${{ steps.metasysd.outputs.tags }}
94
labels: ${{ steps.metasysd.outputs.labels }}
95
0 commit comments