Skip to content
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

Enable RPM package builds #3404

Closed
smitterl opened this issue Apr 9, 2024 · 1 comment · Fixed by #3403
Closed

Enable RPM package builds #3404

smitterl opened this issue Apr 9, 2024 · 1 comment · Fixed by #3403

Comments

@smitterl
Copy link
Contributor

smitterl commented Apr 9, 2024

Is your feature request related to a problem? Please describe.
For usage in CI/CD environments it's handy to have packages.

Describe the solution you'd like
Reuse existing goreleaser configuration to build rpms with nfpm configuration.

Describe alternatives you've considered
None considered.

Copy link
Contributor

github-actions bot commented Apr 9, 2024

Howdy 🖐   smitterl ! Thank you for your interest in this project. We value your feedback and will respond soon.

If you want to contribute to this project, please make yourself familiar with the CONTRIBUTION guidelines.

smitterl added a commit to smitterl/govmomi that referenced this issue Apr 9, 2024
1. Add nfpm configuration for rpm builds.
2. Add x86_64 and s390x architectures.
3. Skip main.go check as there are several.
4. Rename deprecated `folder` to `directory`.

Tested with
```
goreleaser release --clean --snapshot --rm-dist --verbose --skip docker,homebrew
```

Closes: vmware#3404

Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
smitterl added a commit to smitterl/govmomi that referenced this issue Apr 9, 2024
1. Add nfpm configuration for rpm builds.
2. Add x86_64 and s390x architectures.
3. Skip main.go check as there are several.
4. Rename deprecated `folder` to `directory`.

Tested with
```
goreleaser release --clean --snapshot --rm-dist --verbose --skip docker,homebrew
```

Closes: vmware#3404

Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
smitterl added a commit to smitterl/govmomi that referenced this issue Apr 11, 2024
1. Add nfpm configuration for rpm builds.
2. Add x86_64 and s390x architectures.
3. Skip main.go check as there are several.
4. Rename deprecated `folder` to `directory`.

Tested with
```
goreleaser release --clean --snapshot --rm-dist --verbose --skip docker,homebrew
```

Closes: vmware#3404

Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant