From 4bd8e158b33bf14570824eacbd7393b561195790 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Tue, 7 May 2024 09:11:24 -0600 Subject: [PATCH] trying to fix issues with multi-arch --- .github/workflows/file-monitor-build-and-push-ghcr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/file-monitor-build-and-push-ghcr.yml b/.github/workflows/file-monitor-build-and-push-ghcr.yml index ca93ec6e0..c9cf60f98 100644 --- a/.github/workflows/file-monitor-build-and-push-ghcr.yml +++ b/.github/workflows/file-monitor-build-and-push-ghcr.yml @@ -97,6 +97,7 @@ jobs: BUILD_DATE=${{ steps.generate_build_timestamp.outputs.btimestamp }} VCS_REVISION=${{ steps.extract_commit_sha.outputs.sha }} push: true + provenance: false platforms: ${{ matrix.platform }} tags: ghcr.io/${{ github.repository_owner }}/malcolm/file-monitor:${{ steps.extract_branch.outputs.branch }} -