-
I am trying to build an arm64 image using buildx on GitHub action, in votca/votca#1164 I tried: - name: Build and Push Docker images for all Container Registries
uses: docker/build-push-action@v6
with:
context: .
+ plattforms:
+ linux/amd64
+ linux/arm64 but it seems to still only build the amd64 image. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
junghans
Sep 26, 2024
Replies: 1 comment
-
Nevermind, typo `s/plattforms/plattorms/' 🤣 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
junghans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, typo `s/plattforms/plattorms/' 🤣