Skip to content

Commit fb51a0b

Browse files
authored
Update release-alpine.yml
1 parent 673ed10 commit fb51a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-alpine.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
shell: alpine.sh {0}
5353

5454
- name: Package for ${{ matrix.arch }}
55+
if: ${{ matrix.arch != 'aarch64' }}
5556
run: ./scripts/build_package.sh
5657
env:
5758
ARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}

0 commit comments

Comments
 (0)