-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package arm64/arm/386 architectures too
During the CRT on-boarding, packaging for other Linux architectures (arm64, arm, and 386) was not enabled. This change adds packaging support for those architectures. See #1132. Related to hashicorp/releng-support#178. These packages have not been tested on their respective platforms. But given we are already shipping binaries and docker images for them, I have high confidence it'll Just Work. I still recommend testing them though :)! To make future support a bit easier, I've enabled the build workflow from releng prefixed branches. Note: RPM systems (RedHat, Fedora) only support amd64/arm64/ppc64le/390x, so I've limited the packaging steps to only amd64 and arm64. Debian systems still support 32-bit arm/386 so I've enabled those.
- Loading branch information
Showing
2 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:note | ||
build: Releases will now also be available as Debian (arm64, arm, 386) and RPM (arm64) packages. | ||
``` |
This file contains 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