don't create debug package by default

This commit is contained in:
FieldofClay 2026-02-07 15:48:32 +11:00
parent 453a800180
commit bba85e9f4e
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = k3s-bin
pkgdesc = Lightweight Kubernetes
pkgver = 1.35.0+k3s3
pkgrel = 1
pkgrel = 2
url = https://k3s.io
arch = x86_64
arch = armv7h
@ -9,6 +9,7 @@ pkgbase = k3s-bin
license = Apache
conflicts = k3s
conflicts = k3s-git
options = !debug
backup = etc/systemd/system/k3s.service.env
source = k3s.service
source = k3s.service.env

View file

@ -3,13 +3,14 @@
pkgname="k3s-bin"
pkgver="1.35.0+k3s3"
pkgrel="1"
pkgrel="2"
pkgdesc="Lightweight Kubernetes"
url="https://k3s.io"
license=("Apache")
arch=("x86_64" "armv7h" "aarch64")
conflicts=("k3s" "k3s-git")
backup=("etc/systemd/system/k3s.service.env")
options=('!debug')
source=(
"k3s.service"