-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can only currently build for one base, but we can remote build on launchpad and thus get builds for all supported arches.
- Loading branch information
1 parent
55add98
commit f320d79
Showing
2 changed files
with
9 additions
and
30 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
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 |
---|---|---|
|
@@ -4,30 +4,9 @@ parts: | |
charm-python-packages: [setuptools,markdown] | ||
build-packages: | ||
- cargo | ||
bases: | ||
- build-on: | ||
- name: ubuntu | ||
channel: "22.04" | ||
architectures: ["amd64"] | ||
run-on: | ||
- name: ubuntu | ||
channel: "24.04" | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- name: ubuntu | ||
channel: "22.04" | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- name: ubuntu | ||
channel: "20.04" | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
arm64: | ||
s390x: | ||
ppc64el: |