mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix
This commit is contained in:
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@@ -28,7 +28,20 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
||||||
|
build_arch:
|
||||||
|
name: Arch Linux package
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: archlinux:base-devel
|
||||||
|
options: --user 1001
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
steps:
|
||||||
|
- name: Install build deps
|
||||||
|
run: |
|
||||||
|
pacman -Syu --noconfirm rustup musl git tree
|
||||||
|
tree -L 3
|
||||||
|
makepkg -f
|
||||||
|
|
||||||
# release:
|
# release:
|
||||||
# name: Release binary
|
# name: Release binary
|
||||||
|
Reference in New Issue
Block a user