File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1717 - name : Checkout repository
1818 uses : actions/checkout@v5
1919
20+ - name : Set up QEMU
21+ uses : docker/setup-qemu-action@v3
22+
23+ - name : Set up Docker Buildx
24+ uses : docker/setup-buildx-action@v3
25+
2026 - name : Docker metadata
2127 id : meta
2228 uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
2733 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
2834 with :
2935 context : .
36+ platforms : linux/amd64,linux/arm64
3037 push : false
3138 tags : ${{ steps.meta.outputs.tags }}
3239 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 1515 - name : Checkout repository
1616 uses : actions/checkout@v5
1717
18+ - name : Set up QEMU
19+ uses : docker/setup-qemu-action@v3
20+
21+ - name : Set up Docker Buildx
22+ uses : docker/setup-buildx-action@v3
23+
1824 - name : Docker login
1925 uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
2026 with :
3137 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
3238 with :
3339 context : .
40+ platforms : linux/amd64,linux/arm64
3441 push : true
3542 tags : ${{ steps.meta.outputs.tags }}
3643 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments