diff options
| author | soler_j <soler_j@etna-alternance.net> | 2025-04-27 22:44:52 +0200 |
|---|---|---|
| committer | soler_j <soler_j@etna-alternance.net> | 2025-04-27 22:44:52 +0200 |
| commit | 4aef3c1bbdaa71f885e76d818e57d18a1a6e4d26 (patch) | |
| tree | 26c322e9614828087fabba4028b2bda5616eb470 | |
| parent | e712ea658c0d2503eeee3bc24f563f730daeee3b (diff) | |
Ajouter la configuration de QEMU et Docker Buildx dans l'étape de fusion et de poussée des images multi-architecture
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1091a2e..188ffe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,10 @@ jobs: packages: write steps: + - name: Set up QEMU for multi-architecture + uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: |
