From ac5601acbd9fbb998b8d4e1d7fd83416406904d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Mon, 15 Apr 2024 15:20:15 +0200 Subject: [PATCH] tmp: stick to stable Snapcraft --- .github/workflows/snap.yml | 1 - snap/snapcraft.yaml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 4a2d5b1..b492e57 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -36,7 +36,6 @@ jobs: with: architecture: ${{ matrix.platform }} snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }} - snapcraft-channel: edge launchpad-credentials: ${{ secrets.LAUNCHPAD_CREDENTIALS }} launchpad-accept-public-upload: true publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }} diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 64150a8..1cd07d9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,11 +11,11 @@ package-repositories: - type: apt ppa: mir-team/release -platforms: - amd64: - arm64: - armhf: - riscv64: +architectures: + - build-on: amd64 + - build-on: arm64 + - build-on: armhf + - build-on: riscv64 environment: # Prep for Mir