File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 7676 uses : actions/download-artifact@v4
7777 with :
7878 name : ui-tar
79- - name : install-upx
80- run : brew install upx
8179 - name : Compile binaries
8280 run : ./hack/build-all.bash
8381 env :
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ shasum -a 256 "${DEVSPACE_ROOT}/release/ui.tar.gz" > "${DEVSPACE_ROOT}/release/u
5757# build devspace helper
5858echo " Building devspace helper"
5959GOARCH=amd64 GOOS=linux go build -ldflags " -s -w -X github.com/loft-sh/devspace/helper/cmd.version=${VERSION} " -o " ${DEVSPACE_ROOT} /release/devspacehelper" helper/main.go
60- upx " ${DEVSPACE_ROOT} /release/devspacehelper" # compress devspacehelper
60+ # 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
You can’t perform that action at this time.
0 commit comments