Skip to content

Commit

Permalink
123123
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jan 18, 2025
1 parent a095085 commit d1a6866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release-services-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
done <<< "${{ steps.meta.outputs.tags }}"
# Build and push the Docker image with all tags
docker buildx build --platform linux/arm64\
docker buildx build --platform linux/amd64\
# docker buildx build --platform linux/arm64\
# docker buildx build --platform linux/amd64,linux/arm64\
--file "$dockerfile" \
"${tag_args[@]}" \
Expand Down

0 comments on commit d1a6866

Please sign in to comment.