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
|
||||
chown -R build:abuild .
|
||||
|
||||
- name: Update apk index
|
||||
run: apk update
|
||||
|
||||
- name: Generate checksums
|
||||
run: |
|
||||
cd packaging/alpine
|
||||
|
||||
@@ -6,8 +6,9 @@ pkgdesc="CLI-native issue tracker using SQLite"
|
||||
url="https://g.eliaskohout.de/eliaskohout/axolotl"
|
||||
arch="x86_64 aarch64"
|
||||
license="MIT"
|
||||
options="net"
|
||||
depends=""
|
||||
makedepends="go"
|
||||
makedepends="go build-base"
|
||||
source="$pkgname-$pkgver.tar.gz::https://g.eliaskohout.de/eliaskohout/axolotl/archive/$pkgver.tar.gz"
|
||||
|
||||
export GOTOOLCHAIN=auto
|
||||
|
||||
Reference in New Issue
Block a user