Skip to content

Commit 615e24f

Browse files
committed
ci: only use linux/amd64 for docker image build
1 parent d232a87 commit 615e24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build and push
4343
uses: docker/build-push-action@v5
4444
with:
45-
platforms: ${{ startsWith(github.ref, 'refs/tags/v') && 'linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64' || 'linux/amd64' }}
45+
platforms: 'linux/amd64'
4646
file: ./docker/Dockerfile
4747
context: .
4848
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)