mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 00:54:06 +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:
|
||||
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||
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:
|
||||
# name: Release binary
|
||||
|
Reference in New Issue
Block a user