This commit is contained in:
Dax Raad
2025-06-06 23:58:09 -04:00
parent b34d5c959b
commit f22c93ba1b
3 changed files with 126 additions and 106 deletions

View File

@@ -6,7 +6,7 @@ import pkg from "../package.json"
const dry = process.argv.includes("--dry")
const version = `0.0.0-${Date.now()}`
const version = `0.0.0-${new Date().toISOString().slice(0, 16).replace(/[-:T]/g, "")}`
const GOARCH: Record<string, string> = {
arm64: "arm64",