File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 build :
1616 name : Build Docker Image (${{ matrix.platform }})
17- runs-on : ubuntu-latest
17+ runs-on : ${{ matrix.runner }}
1818 strategy :
1919 matrix :
20- platform : [linux/amd64, linux/arm64]
20+ include :
21+ - platform : linux/amd64
22+ runner : ubuntu-latest
23+ - platform : linux/arm64
24+ runner : ubuntu-24.04-arm
2125 permissions :
2226 contents : read
2327 packages : write
5155 labels : |
5256 org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
5357 org.opencontainers.image.revision=${{ github.sha }}
54- cache-from : type=gha
55- cache-to : type=gha,mode=max
58+ cache-from : type=gha,scope=${{ matrix.platform }}
59+ cache-to : type=gha,mode=max,scope=${{ matrix.platform }}
5660 platforms : ${{ matrix.platform }}
5761 provenance : false
5862
You can’t perform that action at this time.
0 commit comments