Skip to content

Commit 48d1677

Browse files
committed
ci(workflows): register QEMU for multi-architecture builds
- Adds a step to register QEMU in the CI workflow. - Enables support for multi-architecture Docker images during the build process.
1 parent c97074b commit 48d1677

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}
6161
password: ${{ secrets.ES_DOCKERHUB_PAT }}
6262

63+
- name: docker - setup - register QEMU
64+
run: |
65+
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
66+
67+
6368
- name: docker - setup - buildx
6469
uses: docker/setup-buildx-action@v3
6570
with:

0 commit comments

Comments
 (0)