Skip to content

Commit 36e5bba

Browse files
Update build pipeline
1 parent 45c6ea3 commit 36e5bba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
include:
2323
- os: ubuntu-latest
2424
target: x86_64-unknown-linux-gnu
25+
26+
- os: ubuntu-latest
27+
target: aarch64-unknown-linux-gnu
2528

2629
- os: macOS-latest
2730
target: x86_64-apple-darwin
@@ -45,4 +48,7 @@ jobs:
4548
sudo apt-get -qq install musl-dev musl-tools pkg-config make
4649
4750
- name: Run build
48-
run: cargo build --release --locked --target ${{ matrix.target }}
51+
run: cargo build --release --locked --target ${{ matrix.target }}
52+
53+
- name: Run the binary
54+
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp

0 commit comments

Comments
 (0)