We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1265a79 commit 8615fb2Copy full SHA for 8615fb2
event.md
@@ -52,3 +52,5 @@ Error: buildx failed with: ERROR: invalid tag "IMAGE": repository name must be l
52
`tags: "IMAGE"` をイメージ名に修正し、再プッシュ
53
54
55
+Multi-platform でビルドするには `platforms: linux/amd64,linux/arm64` を追加。 ([Multi\-platform image \| Docker Docs](https://docs.docker.com/build/ci/github-actions/multi-platform/) を参照。)
56
+
0 commit comments