Skip to content

Commit 8d1d5b3

Browse files
authored
ci(build): arm64 macOS should also be built
1 parent b551fad commit 8d1d5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "TAG=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
5757

5858
- name: Is Unix Platform
59-
run: echo "IS_UNIX=${{ matrix.os != 'windows' && matrix.arch != '386' && matrix.arch != 'arm64' }}" >> $GITHUB_ENV
59+
run: echo "IS_UNIX=${{ matrix.os != 'windows' && matrix.arch != '386' && (matrix.os != 'linux' || matrix.arch != 'arm64') }}" >> $GITHUB_ENV
6060

6161
- name: Is Windows Platform
6262
run: echo "IS_WIN=${{ matrix.os == 'windows' }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)