Develop #119

Merged
metal3d merged 3 commits from develop into master 2025-06-15 13:14:11 +00:00
Showing only changes of commit 933f04bf5e - Show all commits

View File

@@ -4,7 +4,7 @@ VERSION=$(shell git describe --exact-match --tags $(CUR_SHA) 2>/dev/null || echo
CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker")
PREFIX=~/.local
GOVERSION=1.23
GOVERSION=1.24
GO=container
OUT=katenary
RELEASE=""