Multi-Platform Builds - #4490
Open
naphelps wants to merge 1 commit into
Open
Conversation
…inaries. Added Goreleaser config file. Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
naphelps
commented
Apr 22, 2026
| # - "Open Horizon <open-horizon@lists.lfedge.org>" | ||
|
|
||
|
|
||
| nfpms: |
Member
Author
There was a problem hiding this comment.
This nFPM section needs to be finished
Member
Author
There was a problem hiding this comment.
naphelps
commented
Apr 22, 2026
| format: "tar.gz" | ||
|
|
||
|
|
||
| release: |
Member
Author
There was a problem hiding this comment.
The release section needs to be completed
naphelps
commented
Apr 22, 2026
|
|
||
|
|
||
| report_sizes: true | ||
|
|
Member
Author
There was a problem hiding this comment.
Additional sections for artifact signature signing should be added. GPG key signing and/or Cosign. https://goreleaser.com/customization/sign/sign/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@LiilyZhang @t-fine
This is work I started for building multiplatform docker images and other deliverables. Its unfinished, but most of the work has been completed. This has the docker images building, and I left off at getting the packages for css/ess/cli/agent/etc built. This branch is out of date with the current Anax repo. To pull this into a github action workflow for builds and releases, follow https://github.com/open-horizon/openbao-plugin-auth-openhorizon/blob/master/.github/workflows/release.yaml as an example. Need to split this flow, in-particular, into multiple concurrent action jobs. This is to fit the release process within the job VMs (memory/disk).
Adding this here so someone can fork the work and continue.
https://goreleaser.com/customization/