File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ upx "${DEVSPACE_ROOT}/release/devspacehelper" #compress devspacehelper
6161shasum -a 256 " ${DEVSPACE_ROOT} /release/devspacehelper" > " ${DEVSPACE_ROOT} /release/devspacehelper" .sha256
6262
6363GOARCH=arm64 GOOS=linux go build -ldflags " -s -w -X github.com/loft-sh/devspace/helper/cmd.version=${VERSION} " -o " ${DEVSPACE_ROOT} /release/devspacehelper-arm64" helper/main.go
64- upx " ${DEVSPACE_ROOT} /release/devspacehelper-arm64" # compress devspacehelper
64+ # FIXME: this is not working for any number of arguments/flags
65+ # upx "${DEVSPACE_ROOT}/release/devspacehelper-arm64" #compress devspacehelper
6566shasum -a 256 " ${DEVSPACE_ROOT} /release/devspacehelper-arm64" > " ${DEVSPACE_ROOT} /release/devspacehelper-arm64" .sha256
6667
6768# build bin data
You can’t perform that action at this time.
0 commit comments