mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
ARM build
This commit is contained in:
2
.github/workflows/arm_build.yml
vendored
2
.github/workflows/arm_build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm rustup musl
|
pacman -Syu --noconfirm rustup musl
|
||||||
rustup target add x86_64-unknown-linux-musl
|
rustup target add x86_64-unknown-linux-musl
|
||||||
cargo build --target ${{ BUILD_TARGET }} --release
|
cargo build --target ${{ env.BUILD_TARGET }} --release
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
run: echo "VERSION=$(grep -P '^version = \"\d+\.\d+\.\d+\"' Cargo.toml | awk -F '\"' '{print $2}')" >> $GITHUB_ENV
|
run: echo "VERSION=$(grep -P '^version = \"\d+\.\d+\.\d+\"' Cargo.toml | awk -F '\"' '{print $2}')" >> $GITHUB_ENV
|
||||||
|
Reference in New Issue
Block a user