Fix apk-publish: add build-base dep, net option, and apk update
Some checks failed
Build and Publish APK Package / build-apk (push) Failing after 15s
Build and Push Docker Container / build-and-push (push) Successful in 1m48s

This commit is contained in:
2026-04-02 02:58:34 +02:00
parent 1e6c58a0cb
commit e6a2e01d9d
2 changed files with 5 additions and 1 deletions

View File

@@ -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