We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccea3ea commit 7da8b26Copy full SHA for 7da8b26
.github/workflows/build-and-release-services-images.yml
@@ -82,7 +82,7 @@ jobs:
82
83
# Build and push the Docker image with all tags
84
# docker buildx build --platform linux/amd64,linux/arm64 \
85
- docker buildx build --platform linux/amd64 \
+ docker buildx build --platform linux/arm64 \
86
--file "$dockerfile" \
87
"${tag_args[@]}" \
88
--push \
0 commit comments