mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 21:41:36 +00:00
logs
This commit is contained in:
parent
b34d5c959b
commit
f22c93ba1b
3 changed files with 126 additions and 106 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue