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