Files
certman/build.bat
2026-02-18 21:58:56 +01:00

5 lines
66 B
Batchfile

@echo off
set GOARCH=amd64
set GOOS=linux
go build -o ./certman .