Skip to content

Commit

Permalink
chore: Remove docker image build for arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
keke125 committed Sep 19, 2024
1 parent bba317e commit 7dfe63e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -70,7 +69,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
name: digests
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 7dfe63e

Please sign in to comment.