-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add msi #58
Add msi #58
Conversation
agent.msi
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.gitignore probably?
agent.wixpdb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe .gitignore
Makefile
Outdated
GOOS=windows GOARCH=amd64 go build -o $@ -trimpath -tags $(TAGS) -ldflags $(LDFLAGS) ./cmd/viam-agent | ||
file $@ | ||
du -hc $@ | ||
go build -o $@ -trimpath ./cmd/viam-agent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$(LDFLAGS) here potentially affects file size
@abe-winter i kicked off a workflow using the latest of my PR and here's the artifact https://github.com/viamrobotics/agent/actions/runs/12798170184 do you want try it on your laptop? |
works!!! deleted my existing service + my opt folder and agent + RDK came up |
Since the workflow doesn't exist in the main branch, we can't use the UI but you can use the CLI to kick of the workflow
gh workflow run build-msi.yaml --ref ap-add-msi -f msi_version=VERSION