File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 42
42
43
43
with :
44
44
input : " testreport.json"
45
+ - name : Build release
46
+ run : |
47
+ make build_release
45
48
- name : Upload artifact
46
49
uses : actions/upload-artifact@v4
47
50
with :
Original file line number Diff line number Diff line change @@ -66,7 +66,10 @@ dev_release: frontend build_dev
66
66
67
67
build_release : frontend hash_resource
68
68
@echo " Building release..."
69
- $(GO_CMD ) build -ldflags=" $( GO_LDFLAGS) -X $( KVM_PKG_NAME) .builtAppVersion=$( VERSION) " -o bin/jetkvm_app cmd/main.go
69
+ $(GO_CMD ) build \
70
+ -ldflags=" $( GO_LDFLAGS) -X $( KVM_PKG_NAME) .builtAppVersion=$( VERSION) " \
71
+ -trimpath \
72
+ -o bin/jetkvm_app cmd/main.go
70
73
71
74
release :
72
75
@if rclone lsf r2://jetkvm-update/app/$(VERSION ) / | grep -q " jetkvm_app" ; then \
You can’t perform that action at this time.
0 commit comments