Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatible: Add arm64 support to build_charm.yaml and release_charm.yaml #141

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

carlcsaposs-canonical
Copy link
Contributor

Uses spec (pending review) ST111 - Multi-architecture upstream-source in charm OCI resources
https://docs.google.com/document/d/19pzpza7zj7qswDRSHBlpqdBrA7Ndcnyh6_75cCxMKSo/edit

@carlcsaposs-canonical
Copy link
Contributor Author

carlcsaposs-canonical commented Feb 26, 2024

testing on https://github.com/canonical-test4/postgresql-k8s-operator/actions/runs/8050255568

(cannot test on canonical org since waiting for IS to add Azure runners)



class Architecture(str, enum.Enum):
X64 = "amd64"
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be better to name it AMD64 to keep it consistent.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

X64 matches github naming

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.

3 participants