Skip to content

Commit

Permalink
Added build step for the Arch package
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 5, 2023
1 parent 0989921 commit 55ff6c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@ jobs:
with:
name: ${{ github.event.repository.name }}.Windows
path: build/fivedesc.exe
pacman:
runs-on: ubuntu-22.04
container: archlinux
steps:
- uses: actions/checkout@v3
- run: pacman -Syu --noconfirm base-devel git
- run: ./build-marko.sh
- run: makepkg -sf --noconfirm
env:
EUID: "1"
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}.Arch
path: "*.tar.*"
release:
runs-on: ubuntu-22.04
needs:
Expand Down

0 comments on commit 55ff6c9

Please sign in to comment.