Skip to content

Commit e7e7836

Browse files
committed
21312
1 parent 7da8b26 commit e7e7836

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-release-services-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jobs:
8181
done <<< "${{ steps.meta.outputs.tags }}"
8282
8383
# Build and push the Docker image with all tags
84-
# docker buildx build --platform linux/amd64,linux/arm64 \
85-
docker buildx build --platform linux/arm64 \
84+
docker buildx build --platform linux/amd64,linux/arm64 \
8685
--file "$dockerfile" \
8786
"${tag_args[@]}" \
8887
--push \

0 commit comments

Comments
 (0)