File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build-and-push-matrix :
10- name : Build & Push Matrix
11- runs-on : ${{ matrix.runner }}
10+ name : Build & Push
11+ runs-on : ubuntu-latest
1212 permissions :
1313 contents : read
1414 packages : write
1515 id-token : write
1616 env :
1717 USE_DOCKER_HUB : true
18- strategy :
19- fail-fast : false
20- matrix :
21- include :
22- - platform : linux/amd64
23- runner : ubuntu-24.04
24- - platform : linux/arm64
25- runner : ubuntu-24.04-arm
26-
2718 steps :
2819 - uses : actions/checkout@v4
2920 with :
5950 fi
6051
6152 docker buildx build \
62- --platform ${{ matrix.platform }} \
53+ --platform linux/amd64,linux/arm64 \
6354 $TAGS \
6455 --file ./Dockerfile \
6556 --output type=image,push=true \
7465 fi
7566
7667 docker buildx build \
77- --platform ${{ matrix.platform }} \
68+ --platform linux/amd64,linux/arm64 \
7869 $TAGS \
7970 --file ./Dockerfile.dless \
8071 --output type=image,push=true \
You can’t perform that action at this time.
0 commit comments