Fix apk-publish: add build-base dep, net option, and apk update
This commit is contained in:
@@ -49,6 +49,9 @@ jobs:
|
|||||||
sed -i "s|source=.*|source=\"\$pkgname-\$pkgver.tar.gz\"|" packaging/alpine/APKBUILD
|
sed -i "s|source=.*|source=\"\$pkgname-\$pkgver.tar.gz\"|" packaging/alpine/APKBUILD
|
||||||
chown -R build:abuild .
|
chown -R build:abuild .
|
||||||
|
|
||||||
|
- name: Update apk index
|
||||||
|
run: apk update
|
||||||
|
|
||||||
- name: Generate checksums
|
- name: Generate checksums
|
||||||
run: |
|
run: |
|
||||||
cd packaging/alpine
|
cd packaging/alpine
|
||||||
|
|||||||
@@ -6,8 +6,9 @@ pkgdesc="CLI-native issue tracker using SQLite"
|
|||||||
url="https://g.eliaskohout.de/eliaskohout/axolotl"
|
url="https://g.eliaskohout.de/eliaskohout/axolotl"
|
||||||
arch="x86_64 aarch64"
|
arch="x86_64 aarch64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
options="net"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="go"
|
makedepends="go build-base"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://g.eliaskohout.de/eliaskohout/axolotl/archive/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://g.eliaskohout.de/eliaskohout/axolotl/archive/$pkgver.tar.gz"
|
||||||
|
|
||||||
export GOTOOLCHAIN=auto
|
export GOTOOLCHAIN=auto
|
||||||
|
|||||||
Reference in New Issue
Block a user