Compare commits

...

3 Commits

Author SHA1 Message Date
wave-builder[bot] 1e87a98218 chore: bump package version to 0.8.2-beta.0 2024-09-24 17:47:02 +00:00
Evan Simkowitz 2f8890144d remove static linking for linux 2024-09-24 10:45:57 -07:00
wave-builder[bot] 63e487f6e9 chore: bump package version to 0.8.1 2024-09-24 05:41:55 +00:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -94,7 +94,6 @@ tasks:
vars:
ARCHS:
sh: echo {{if eq "arm" ARCH}}arm64{{else}}{{ARCH}}{{end}}
GO_LDFLAGS: -linkmode 'external' -extldflags=-static
build:server:internal:
requires:
+1 -1
View File
@@ -7,7 +7,7 @@
"productName": "Wave",
"description": "Open-Source AI-Native Terminal Built for Seamless Workflows",
"license": "Apache-2.0",
"version": "0.8.1-beta.1",
"version": "0.8.2-beta.0",
"homepage": "https://waveterm.dev",
"build": {
"appId": "dev.commandline.waveterm"