Skip to content

Commit ca1373e

Browse files
committed
chore: remove Linux ARM support from build process
- Remove the job for building Linux ARM - Update the supported platforms to exclude Linux ARM Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a1f5158 commit ca1373e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Build binary
2929
run: |
3030
make build_linux_amd64
31-
make build_linux_arm
3231
make build_linux_arm64
3332
- name: Set up QEMU
3433
uses: docker/setup-qemu-action@v3
@@ -66,7 +65,7 @@ jobs:
6665
uses: docker/build-push-action@v5
6766
with:
6867
context: .
69-
platforms: linux/amd64,linux/arm,linux/arm64
68+
platforms: linux/amd64,linux/arm64
7069
file: docker/Dockerfile
7170
push: ${{ github.event_name != 'pull_request' }}
7271
tags: ${{ steps.docker-meta.outputs.tags }}

0 commit comments

Comments
 (0)