Skip to content

Commit

Permalink
builds for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Nov 20, 2024
1 parent 5667ce7 commit bdd19d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ cd /code

rustup target add x86_64-unknown-linux-musl

apt-get install -y musl-dev musl-tools musl-gcc

cargo build --release --target x86_64-unknown-linux-musl
2 changes: 2 additions & 0 deletions build-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ cd /code

rustup target add aarch64-unknown-linux-musl

apt-get install -y musl-dev musl-tools gcc-aarch64-linux-musl

cargo build --release --target aarch64-unknown-linux-musl

0 comments on commit bdd19d6

Please sign in to comment.