Skip to content

Commit

Permalink
fix(snap): remove unsupported architecture
Browse files Browse the repository at this point in the history
 - base image `core20` is not available for arch `i386`
 - the default value for `run-on` is the value of `build-on` [see docs](https://snapcraft.io/docs/architectures)
  • Loading branch information
sassman committed Jan 18, 2021
1 parent fc24356 commit 41178ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Expand Up @@ -8,6 +8,9 @@ description: |
grade: stable
confinement: classic

architectures:
- build-on: [amd64, s390x, ppc64el, arm64, armhf]

parts:
t-rec:
plugin: rust
Expand Down

0 comments on commit 41178ea

Please sign in to comment.