Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jan 29, 2024
1 parent 36c615d commit 2b3314c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/arch-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ on: [push, pull_request]
jobs:
arch-pkg:
runs-on: ubuntu-latest
container:
image: archlinux
options: --privileged
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build Arch Linux package
uses: FFY00/build-arch-package@v1
uses: 2m/arch-pkgbuild-builder@v1.21
with:
PKGBUILD: $GITHUB_WORKSPACE/.github/archlinux/PKGBUILD
target: 'pkgbuild'
pkgname: '$GITHUB_WORKSPACE/.github/archlinux'


0 comments on commit 2b3314c

Please sign in to comment.