We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181f5f9 commit b4efaaaCopy full SHA for b4efaaa
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
33
cpu: amd64
34
- os: macos
35
36
+ - os: macos
37
+ cpu: arm64
38
- os: windows
39
40
branch: [~, upstream/version-2-0]
@@ -117,6 +119,8 @@ jobs:
117
119
run: |
118
120
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
121
PLATFORM=x64
122
+ elif [[ '${{ matrix.target.cpu }}' == 'arm64' ]]; then
123
+ PLATFORM=arm64
124
else
125
PLATFORM=x86
126
fi
0 commit comments