Skip to content

Commit bf733a2

Browse files
chore: update Docker image build workflow to remove ARM64 platform support and disable provenance
1 parent 706a12d commit bf733a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ jobs:
5555
uses: docker/build-push-action@v6
5656
with:
5757
context: .
58-
platforms: linux/amd64,linux/arm64
58+
platforms: linux/amd64
5959
push: true
6060
tags: ${{ steps.meta.outputs.tags }}
6161
labels: ${{ steps.meta.outputs.labels }}
6262
cache-from: type=gha
6363
cache-to: type=gha,mode=max
64+
provenance: false
6465

6566
- name: Generate build summary
6667
run: |
@@ -73,4 +74,4 @@ jobs:
7374
echo "${{ steps.meta.outputs.tags }}" >> $GITHUB_STEP_SUMMARY
7475
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
7576
echo "" >> $GITHUB_STEP_SUMMARY
76-
echo "**Platforms:** linux/amd64, linux/arm64" >> $GITHUB_STEP_SUMMARY
77+
echo "**Platforms:** linux/amd64" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)