[installer] hack/download-installer.sh
produces a obs-installer
binary that does not work
#403
Labels
bug
Something isn't working
Bug description
From a workspace in the observability repo, we get the below issue, which prevents us from deploying Workspace clusters.
But, if I run a build the same workspace via
make -C ./installer/ build
, the binary works.Perhaps something in the Github Action for Release is polluting the release asset?
Suggestion: stop overwriting release assets, too. The 0.0.3 release was created on September 16, but, its release assets appear to get overwritten with each merge to main. 😬
Steps to reproduce
Refer to issue description
Expected behavior
Download a working installer
Example repository
No response
Anything else?
I'm not sure how this impacts the IDE and WebApp teams for their deployments.
For the Workspace deploy, we have to take the following steps:
make -C ./installer/ build
The text was updated successfully, but these errors were encountered: