Skip to content

Commit bf235e7

Browse files
committed
Setup Docker Buildx for multi-arch images
1 parent 33ec1b0 commit bf235e7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/release-3-build-and-publish-artifacts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ jobs:
257257
distribution: 'temurin'
258258
java-version: '21'
259259

260+
- name: Set up QEMU
261+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
262+
263+
- name: Set up Docker Buildx
264+
uses: docker/setup-buildx-action@v3
265+
260266
- name: Build Polaris Server Docker image
261267
run: |
262268
source "${LIBS_DIR}/_exec.sh"

.github/workflows/release-4-publish-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ jobs:
251251
distribution: 'temurin'
252252
java-version: '21'
253253

254+
- name: Set up QEMU
255+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
256+
257+
- name: Set up Docker Buildx
258+
uses: docker/setup-buildx-action@v3
259+
254260
- name: Log in to Docker Hub
255261
if: env.DRY_RUN == '0'
256262
run: |

0 commit comments

Comments
 (0)