File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 2222 include :
2323 - os : ubuntu-latest
2424 target : x86_64-unknown-linux-gnu
25+
2526 - os : macOS-latest
2627 target : x86_64-apple-darwin
28+
29+ - os : ubuntu-latest
30+ target : aarch64-unknown-linux-gnu
31+
32+ - os : macOS-latest
33+ target : aarch64-apple-darwin
2734
2835 runs-on : ${{ matrix.os }}
2936 steps :
4047 sudo apt-get -qq update
4148 sudo apt-get -qq install musl-dev musl-tools pkg-config make
4249
43- # - name: Setup dependencies (macOS)
44- # if: matrix.os == 'macOS-latest'
45- # run: |
46- # brew update
47- # brew install pkg-config make openssl@3
48- # echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
49- # echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig" >> $GITHUB_ENV
50-
5150 - name : Run build
5251 run : cargo build --release --locked --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments