Skip to content

Commit

Permalink
use platforms keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Nov 21, 2024
1 parent e985088 commit ca7e074
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ description: |
system emphasizing extensibility and SQL compliance. This package
includes patroni for managing your PostgreSQL systems.
architectures:
- build-on: [amd64]
build-for: [amd64]
- build-on: [arm64]
build-for: [arm64]
platforms:
amd64:
arm64:
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots

Expand Down

0 comments on commit ca7e074

Please sign in to comment.