update version and arch

This commit is contained in:
Tobias Brunner 2023-09-24 20:07:34 +02:00
parent 1f0bc10880
commit 96279c1517
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
VERSION ?= $(shell head -1 VERSIONS)
PVERSION ?= 1
PVERSION ?= 2
ARCH ?= x86_64
suffix := $(subst -x86_64,,-$(ARCH))
@ -10,10 +10,10 @@ OUT = build/k3s_$(VERSION)_$(ARCH).opk
define CONTROL
Package: k3s
Version: ${VERSION}-${PVERSION}
Architecture: $(ARCH)
Maintainer: Johannes 'fish' Ziemke
Architecture: aarch64_generic
Maintainer: Tobias Brunner
Depends: iptables iptables-mod-extra kmod-ipt-extra iptables-mod-extra kmod-br-netfilter ca-certificates
Description: The Docker Engine packages for OpenWrt
Description: K3s for OpenWrt
endef
export CONTROL

View file

@ -1,3 +1,4 @@
1.28.1+k3s1
1.27.4+k3s1
1.24.2+k3s1
1.23.8+k3s1