Skip to content

Commit 287de52

Browse files
authored
chore: remove multi platform (#184)
1 parent aa04531 commit 287de52

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docker.yml

-9
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

38-
- name: Set up QEMU
39-
uses: docker/setup-qemu-action@v3
40-
41-
- name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@v3
43-
4438
- name: Extract metadata (tags, labels) for Docker
4539
id: meta
4640
uses: docker/metadata-action@v5
@@ -52,10 +46,7 @@ jobs:
5246
with:
5347
file: Dockerfile
5448
push: ${{ startsWith(github.ref, 'refs/tags') }}
55-
platforms: linux/amd64,linux/arm64
5649
tags: ${{ steps.meta.outputs.tags }}
5750
labels: ${{ steps.meta.outputs.labels }}
58-
cache-from: type=gha
59-
cache-to: type=gha
6051
env:
6152
VERSION: ${{ github.ref_name }}

0 commit comments

Comments
 (0)