Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Bogomyakov committed Aug 31, 2023
1 parent 7307c83 commit e62a682
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e62a682

Please sign in to comment.