Merge ~woutervb/snap-store-proxy-charm:specify_architectures into snap-store-proxy-charm:master
Proposed by
Wouter van Bommel
Status: | Merged |
---|---|
Approved by: | Wouter van Bommel |
Approved revision: | 6f456d9e55c853097e42d049810f278002ffbe10 |
Merge reported by: | Otto Co-Pilot |
Merged at revision: | not available |
Proposed branch: | ~woutervb/snap-store-proxy-charm:specify_architectures |
Merge into: | snap-store-proxy-charm:master |
Diff against target: |
15 lines (+7/-0) 1 file modified
metadata.yaml (+7/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | Approve | ||
Review via email: mp+415577@code.launchpad.net |
Commit message
Limit charm to only amd64 for the moment
To post a comment you must log in.
Since it builds and runs on the same arch, you can drop the nesting and repetition and just do this:
```
bases:
- name: ubuntu
channel: "20.04"
architectures:
- amd64
```