You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #700 and #710, we need CI to verify all release platforms at least weekly and ideally be triggerable on demand prior to release. Tests using Docker need not pass (though, ideally, an external Docker host should be provided on platforms which don't have native Docker support), but the binaries should be buildable on these platforms.
Linux
amd64 (native GitHub Actions)
arm64 (native GitHub Actions)
riscv
s390x (OSU OSL)
ppc64 (OSU OSL)
Windows
amd64 (has GH Actions)
MacOS
amd64 (has GH Actions)
arm64 (has GH Actions)
OpenBSD
FreeBSD
NetBSD
Illumos
As seen with Solaris, if a platform lacks support for OpenBao and its dependencies, it may be dropped from certain releases.
The following platforms and architectures are proposed for mandatory release support:
Linux/amd64
Windows/amd64
MacOS/amd64, MacOS/arm64
Pending support in our CI pipelines, the following will be added to mandatory release support:
Linux/arm64
If anyone would like to volunteer to bring a CI platform, please comment here or otherwise reach out!
The text was updated successfully, but these errors were encountered:
@DanGhita@JanManodejs/build#2876 will be interesting for v2.2.0 assuming #739 is finished. I think what will need to happen is we build the UI once in an earlier stage and then depend on it from cache for all other arches.
As seen in #700 and #710, we need CI to verify all release platforms at least weekly and ideally be triggerable on demand prior to release. Tests using Docker need not pass (though, ideally, an external Docker host should be provided on platforms which don't have native Docker support), but the binaries should be buildable on these platforms.
As seen with Solaris, if a platform lacks support for OpenBao and its dependencies, it may be dropped from certain releases.
The following platforms and architectures are proposed for mandatory release support:
Pending support in our CI pipelines, the following will be added to mandatory release support:
If anyone would like to volunteer to bring a CI platform, please comment here or otherwise reach out!
The text was updated successfully, but these errors were encountered: