-
Notifications
You must be signed in to change notification settings - Fork 11
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
make snapshot fails with error=failed to find files to archive:
#2
Comments
Hi. I am not able to reproduce this issue. What version of goreleaser are you running? And what kind of environment?
Keep in mind also that you dont have to use that complicated signing and .app skeleton builder from the goreleaser included in the repo, unless you want to properly sign your binary with vmnet and VM Networking capabilities. Normal |
weird. I was trying to keep it as simple as possible, running I am looking to test with the network entitlements.
|
It's probably goreleaser newer version. The project is currently supporting 2.2.0 as indicated in mise configuration file here https://github.com/agoda-com/macOS-vz-kubelet/blob/main/.mise.toml#L3 Let me check the newer version and see what has changed. Thank you for the heads up! |
the
.goreleaser.yml
generated filebuild/config.yaml
defines an archive with source file that does not match the actual target nameMacOSVK_darwin_arm64_v8.0
modifying
.goreleaser.yml
fixes this.- src: build/MacOSVK_darwin_arm64_v8.0/MacOSVK.app
The text was updated successfully, but these errors were encountered: