We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607e03d commit b5f6d46Copy full SHA for b5f6d46
1 file changed
.github/workflows/ghcr-publish.yml
@@ -1,9 +1,7 @@
1
name: Publish to ghcr
2
3
-# This workflow uses actions that are not certified by GitHub.
4
-# They are provided by a third-party and are governed by
5
-# separate terms of service, privacy policy, and support
6
-# documentation.
+# This workflow is a modification of a example.
+# @ see: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
7
8
on:
9
# schedule:
@@ -32,8 +30,7 @@ jobs:
32
30
matrix:
33
31
platform:
34
- linux/amd64
35
- # @todo: enable arm64 later
36
- # - linux/arm64
+ - linux/arm64
37
38
steps:
39
- name: Prepare
0 commit comments