release build correct package
All checks were successful
release / release-full (push) Successful in 8m25s
All checks were successful
release / release-full (push) Successful in 8m25s
This commit is contained in:
parent
16cc7019bc
commit
900ad6d495
1
.github/workflows/build-openmct.yml
vendored
1
.github/workflows/build-openmct.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
xgo_version: latest
|
xgo_version: latest
|
||||||
go_version: 1.21
|
go_version: 1.21
|
||||||
|
pkg: cmd/gotelem
|
||||||
dest: build
|
dest: build
|
||||||
prefix: gotelem-full
|
prefix: gotelem-full
|
||||||
targets: windows/amd64,linux/amd64,linux/arm64,linux/arm/v7,darwin/arm64,darwin/amd64
|
targets: windows/amd64,linux/amd64,linux/arm64,linux/arm/v7,darwin/arm64,darwin/amd64
|
||||||
|
|
Loading…
Reference in a new issue