File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 release :
99 types : [published]
1010 pull_request :
11+ workflow_dispatch :
1112
1213jobs :
1314 build-docker-image :
14- runs-on : [ubuntu-22.04]
15- strategy :
16- matrix :
17- platform : [linux/amd64, linux/arm64]
15+ runs-on : ubuntu-22.04
1816
1917 steps :
2018 - name : Check out code into the Go module directory
2523 uses : docker/metadata-action@v5
2624 with :
2725 images : ${{ env.REGISTRY_HOSTNAME }}/${{ env.IMAGE_NODE }}
28-
26+
2927 # TODO: remove this when https://github.com/actions/runner-images/issues/11471 is fully resolved
3028 - name : Set up QEMU for ARM64
31- if : matrix.platform == 'linux/arm64'
3229 uses : docker/setup-qemu-action@v3
3330
3431 - name : Set up Docker Buildx
4744 with :
4845 context : .
4946 file : ./docker/Dockerfile
50- platforms : ${{ matrix.platform }}
47+ platforms : linux/amd64,linux/arm64
5148 push : ${{ github.event_name != 'pull_request' }}
5249 tags : ${{ steps.meta.outputs.tags }}
5350 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments