Skip to content

Commit 3df27e2

Browse files
committed
Drop arm64 build
1 parent 0bbaea6 commit 3df27e2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,10 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@v4
9494

95-
- name: Set up QEMU
96-
uses: docker/setup-qemu-action@v3
97-
with:
98-
platforms: arm64
99-
10095
- name: Set up Docker Buildx
10196
uses: docker/setup-buildx-action@v3
10297
with:
103-
platforms: linux/amd64,linux/arm64
98+
platforms: linux/amd64
10499

105100
- name: Login to ghcr.io
106101
uses: docker/login-action@v3
@@ -125,4 +120,4 @@ jobs:
125120
org.opencontainers.image.url=https://github.com/${{ github.repository }}
126121
cache-from: type=gha
127122
cache-to: type=gha,mode=max
128-
platforms: linux/amd64,linux/arm64
123+
platforms: linux/amd64

0 commit comments

Comments
 (0)