Skip to content

Commit caa6419

Browse files
committed
Restore build for macOS arm
1 parent 1581289 commit caa6419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
include:
3333
- { target: aarch64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:20.04' }
3434
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:20.04' }
35+
- { target: aarch64-apple-darwin, os: macos-latest }
3536
name: Build binaries for ${{ matrix.target }}
3637
runs-on: ${{ matrix.os }}
3738
container:

0 commit comments

Comments
 (0)