Skip to content

Commit 7da8b26

Browse files
committed
1
1 parent ccea3ea commit 7da8b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
# Build and push the Docker image with all tags
8484
# docker buildx build --platform linux/amd64,linux/arm64 \
85-
docker buildx build --platform linux/amd64 \
85+
docker buildx build --platform linux/arm64 \
8686
--file "$dockerfile" \
8787
"${tag_args[@]}" \
8888
--push \

0 commit comments

Comments
 (0)