Skip to content

Commit f454da1

Browse files
committed
321
1 parent 1fe24e5 commit f454da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ 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 \
84+
# docker buildx build --platform linux/amd64,linux/arm64 \
85+
docker buildx build --platform linux/amd64 \
8586
--file "$dockerfile" \
8687
"${tag_args[@]}" \
8788
--push \

0 commit comments

Comments
 (0)