Skip to content

Commit

Permalink
Try BUILDKIT_MULTI_PLATFORM false
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 4, 2024
1 parent 48a2dba commit 52ef8ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 52ef8ea

Please sign in to comment.