Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7eca867e0a
|
|||
|
724cd1624e
|
@@ -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
|
||||||
- name: Build Arch Linux package
|
- uses: heyhusen/archlinux-package-action@v3.0.0
|
||||||
uses: FFY00/build-arch-package@v1
|
|
||||||
with:
|
with:
|
||||||
PKGBUILD: ./PKGBUILD
|
path: .
|
||||||
|
- 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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Tim Huizinga <tim@huizinga.dev>
|
# Maintainer: Tim Huizinga <tim@huizinga.dev>
|
||||||
pkgname=crete
|
pkgname=crete
|
||||||
pkgver=dummy
|
pkgver=0.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A tool that takes node and cluster configs and uses it to generate talos configs and render jinja templates'
|
pkgdesc='A tool that takes node and cluster configs and uses it to generate talos configs and render jinja templates'
|
||||||
url='https://git.huizinga.dev/infra/crete'
|
url='https://git.huizinga.dev/infra/crete'
|
||||||
|
|||||||
Reference in New Issue
Block a user