We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5314f41 commit b4e6e84Copy full SHA for b4e6e84
.github/workflows/container_build.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: docker/build-push-action@v6
53
with:
54
context: .
55
- platforms: linux/amd64 # ,linux/arm64
+ platforms: linux/amd64,linux/arm64
56
push: ${{ github.event_name != 'pull_request' }}
57
tags: ${{ steps.tag_names.outputs.tags }}
58
labels: ${{ steps.tag_names.outputs.labels }}
build_multi.sh
@@ -13,7 +13,7 @@ docker buildx build \
13
-t ${REGISTRY_NAME}/${IMAGE_NAME}:latest \
14
--build-arg IMAGE_NAME=${IMAGE_NAME} \
15
--progress plain \
16
+ --push \
17
--platform=linux/arm64,linux/amd64 "${@}"
18
- # --push \
19
# --no-cache --pull \
0 commit comments