fix(tilt)

closes #5742
This commit is contained in:
Jacob Heider 2024-03-29 15:33:26 -04:00 committed by Jacob Heider
parent d62bba1b4e
commit 1d8de3dbb4

View file

@ -10,9 +10,9 @@ provides:
build: build:
dependencies: dependencies:
go.dev: ~1.20 # per go.mod go.dev: ~1.21 # per go.mod
nodejs.org: ^20 nodejs.org: ^20
classic.yarnpkg.com: "*" classic.yarnpkg.com: '*'
linux/aarch64: linux/aarch64:
gnu.org/gcc: '*' # cgo _really_ wants g++/ld.gold gnu.org/gcc: '*' # cgo _really_ wants g++/ld.gold
script: script:
@ -25,7 +25,7 @@ build:
GOSUMDB: sum.golang.org GOSUMDB: sum.golang.org
GO111MODULE: on GO111MODULE: on
CGO_ENABLED: 1 CGO_ENABLED: 1
BUILDLOC: "{{prefix}}/bin/tilt" BUILDLOC: '{{prefix}}/bin/tilt'
LDFLAGS: LDFLAGS:
- -s - -s
- -w - -w