Former-commit-id: 218e4f88bc
This commit is contained in:
Owen
2025-11-01 18:34:00 -07:00
parent 5e84f802ed
commit 952ab63e8d
8 changed files with 785 additions and 778 deletions

View File

@@ -10,7 +10,7 @@ docker-build-release:
docker buildx build --platform linux/arm/v7,linux/arm64,linux/amd64 -t fosrl/olm:$(tag) -f Dockerfile --push .
local:
CGO_ENABLED=0 go build -o olm
CGO_ENABLED=0 go build -o bin/olm
build:
docker build -t fosrl/olm:latest .