-
Notifications
You must be signed in to change notification settings - Fork 323
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 CRT builds from the releng branch.
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 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 and RPM packages for ARM64, ARM, and 386. | ||
``` |
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
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ project "consul-k8s" { | |
release_branches = [ | ||
"main", | ||
"release/**", | ||
"releng/**", | ||
] | ||
} | ||
} | ||
|