We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b08b2 commit 64f45a3Copy full SHA for 64f45a3
.github/workflows/docker.yml
@@ -94,6 +94,7 @@ jobs:
94
build-args: |
95
RUNNER_VERSION=${{ env.RUNNER_VERSION }}
96
RUNNER_CONTAINER_HOOKS_VERSION=${{ env.RUNNER_CONTAINER_HOOKS_VERSION }}
97
+ platforms: linux/amd64,linux/arm64
98
load: true
99
push:
100
${{ github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments