This commit is contained in:
Lokowitz
2026-01-17 09:05:35 +00:00
committed by Owen Schwartz
parent 543ca05eb9
commit 076d01b48c
2 changed files with 14 additions and 3 deletions

View File

@@ -56,3 +56,6 @@ go-build-release-darwin-amd64:
go-build-release-windows-amd64:
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o bin/olm_windows_amd64.exe
dev-build:
docker build -t fosrl/olm:latest .