From 52ef8eafcf9136a7ce8a5db6b64605392716ec82 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 4 Aug 2024 19:11:46 +0200 Subject: [PATCH] Try BUILDKIT_MULTI_PLATFORM false --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b25b15f..e903ac4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: #- { platform: "linux/mips64", platform-tag: "mips64" } steps: - - name: Check out the repository + - name: Checkout the repository uses: actions/checkout@v4 - name: Login to DockerHub uses: docker/login-action@v3 @@ -50,7 +50,8 @@ jobs: run: make docker-build env: DOCKER_BUILDKIT: 1 - PLATFORM: "${{ matrix.platform }}" + BUILDKIT_MULTI_PLATFORM: "false" + PLATFORM: ${{ matrix.platform }} IMAGE_TAG: "docker.io/botsudo/nut-upsd:${{ matrix.platform-tag }}-latest" ACTION: push # Disable provenance to remove the attestation from the pushed image