Skip to content

Commit

Permalink
chore: remove Linux ARM support from build process
Browse files Browse the repository at this point in the history
- Remove the job for building Linux ARM
- Update the supported platforms to exclude Linux ARM

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Aug 13, 2024
1 parent a1f5158 commit ca1373e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build binary
run: |
make build_linux_amd64
make build_linux_arm
make build_linux_arm64
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -66,7 +65,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm,linux/arm64
platforms: linux/amd64,linux/arm64
file: docker/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker-meta.outputs.tags }}
Expand Down

0 comments on commit ca1373e

Please sign in to comment.