Skip to content

Commit

Permalink
Build & release arm64 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Mar 1, 2024
1 parent c65d7c3 commit f63dd97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v12.4.0
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v12.5.0

smoke:
name: Smoke test snap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
jobs:
build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v12.4.0
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v12.5.0

release:
name: Release snap
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v12.4.0
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v12.5.0
with:
channel: 14/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
5 changes: 5 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ 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]
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 f63dd97

Please sign in to comment.