Skip to content

Multi-Platform Builds - #4490

Open
naphelps wants to merge 1 commit into
open-horizon:masterfrom
naphelps:goreleaser
Open

Multi-Platform Builds#4490
naphelps wants to merge 1 commit into
open-horizon:masterfrom
naphelps:goreleaser

Conversation

@naphelps

@naphelps naphelps commented Apr 22, 2026

Copy link
Copy Markdown
Member

@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/

…inaries. Added Goreleaser config file.

Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
Comment thread .goreleaser.yaml
# - "Open Horizon <open-horizon@lists.lfedge.org>"


nfpms:

@naphelps naphelps Apr 22, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This nFPM section needs to be finished

https://goreleaser.com/customization/package/nfpm/

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread .goreleaser.yaml
format: "tar.gz"


release:

@naphelps naphelps Apr 22, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release section needs to be completed

https://goreleaser.com/customization/publish/scm/

Comment thread .goreleaser.yaml


report_sizes: true

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional sections for artifact signature signing should be added. GPG key signing and/or Cosign. https://goreleaser.com/customization/sign/sign/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant