mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
ARM build
This commit is contained in:
5
.github/workflows/arm_build.yml
vendored
5
.github/workflows/arm_build.yml
vendored
@ -13,19 +13,18 @@ jobs:
|
||||
name: Build static binary
|
||||
runs-on: self-hosted
|
||||
container:
|
||||
image: agners/archlinuxarm:latest
|
||||
image: rust:alpine
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
# - uses: dtolnay/rust-toolchain@stable
|
||||
# - name: Build-musl
|
||||
# uses: gmiam/rust-musl-action@master
|
||||
# with:
|
||||
# args: cargo build --target $BUILD_TARGET --release
|
||||
- name: Deps
|
||||
run: |
|
||||
pacman -Syu --noconfirm rustup musl
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
cargo build --target ${{ env.BUILD_TARGET }} --release
|
||||
|
||||
|
Reference in New Issue
Block a user