Skip to content

Commit

Permalink
fix: specify platform in image, disable docker provenance
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 11, 2024
1 parent 0a33509 commit 1fd964d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
workflow_dispatch:
pull_request:

env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

permissions:
contents: write # Allow actions to create release
packages: write # Allow pushing images to GHCR
Expand Down Expand Up @@ -69,6 +72,8 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
provenance: false

- name: Create SHA256SUMS
working-directory: rootfs
Expand Down

0 comments on commit 1fd964d

Please sign in to comment.