Skip to content

Commit 8070b9b

Browse files
Wip: build pipeline
1 parent bc8319d commit 8070b9b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ jobs:
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:
@@ -40,13 +47,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)