Update ArchLinux PKGBuild
This commit is contained in:
parent
b8e580c604
commit
732c69f5bd
1 changed files with 5 additions and 2 deletions
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
|
|
@ -46,8 +46,11 @@ jobs:
|
||||||
flags: ''
|
flags: ''
|
||||||
namcap: true
|
namcap: true
|
||||||
updpkgsums: true
|
updpkgsums: true
|
||||||
- name: Build archlinux package
|
- name: Makepkg Build and Check
|
||||||
uses: mijailr/arch-makepkg-action@v1
|
id: makepkg
|
||||||
|
uses: edlanglois/pkgbuild-action@v1
|
||||||
|
with:
|
||||||
|
aurDeps: true
|
||||||
- name: Convert to deb
|
- name: Convert to deb
|
||||||
uses: bpicode/github-action-fpm@master
|
uses: bpicode/github-action-fpm@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue