Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
1751438ff0
|
@@ -9,14 +9,14 @@ jobs:
|
|||||||
archlinux:
|
archlinux:
|
||||||
name: Arch Linux
|
name: Arch Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: archlinux
|
||||||
|
options: --privileged
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: https://git.huizinga.dev/infra/archlinux-package-action@v3
|
- name: Build Arch Linux package
|
||||||
|
uses: FFY00/build-arch-package@v1
|
||||||
with:
|
with:
|
||||||
path: .
|
PKGBUILD: ./PKGBUILD
|
||||||
- run: ls -alh
|
|
||||||
# - run: curl --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
|
|
||||||
# --upload-file $(ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst') \
|
|
||||||
# https://git.huizinga.dev/api/packages/infra/arch/core
|
|
||||||
|
|||||||
Reference in New Issue
Block a user