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)
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.
Revision history for this message
William Grant (wgrant) wrote :

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
```

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/metadata.yaml b/metadata.yaml
2index d4997d2..dc12a00 100644
3--- a/metadata.yaml
4+++ b/metadata.yaml
5@@ -31,3 +31,10 @@ resources:
6 type: file
7 filename: core20.snap
8 description: Core snap needed for the snap-store-proxy.snap
9+
10+bases:
11+ - name: "ubuntu"
12+ channel: "20.04"
13+ architectures:
14+ - amd64
15+

Subscribers

People subscribed via source and target branches

to all changes: