ci(snap): re-enable arm64 (#1211)

This commit is contained in:
Baptiste Augrain 2022-08-25 01:18:03 +02:00 committed by GitHub
parent 121385623c
commit 58707d73ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ jobs:
matrix: matrix:
platform: platform:
- amd64 - amd64
# - arm64 - arm64
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -126,27 +126,27 @@ jobs:
ARCHITECTURE: ${{ matrix.platform }} ARCHITECTURE: ${{ matrix.platform }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }} SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
# - uses: docker/setup-qemu-action@v1 - uses: docker/setup-qemu-action@v1
# if: env.SHOULD_DEPLOY == 'yes' if: env.SHOULD_DEPLOY == 'yes'
# - uses: diddlesnaps/snapcraft-multiarch-action@v1 - uses: diddlesnaps/snapcraft-multiarch-action@v1
# with:
# path: stores/snapcraft
# architecture: ${{ matrix.platform }}
# id: build
# if: env.SHOULD_DEPLOY == 'yes'
# - uses: diddlesnaps/snapcraft-review-action@v1
# with:
# snap: ${{ steps.build.outputs.snap }}
# isClassic: 'true'
# if: env.SHOULD_DEPLOY == 'yes'
- uses: snapcore/action-build@v1
with: with:
path: stores/snapcraft path: stores/snapcraft
architecture: ${{ matrix.platform }}
id: build id: build
if: env.SHOULD_DEPLOY == 'yes' if: env.SHOULD_DEPLOY == 'yes'
- uses: diddlesnaps/snapcraft-review-action@v1
with:
snap: ${{ steps.build.outputs.snap }}
isClassic: 'true'
if: env.SHOULD_DEPLOY == 'yes'
# - uses: snapcore/action-build@v1
# with:
# path: stores/snapcraft
# id: build
# if: env.SHOULD_DEPLOY == 'yes'
- uses: snapcore/action-publish@master - uses: snapcore/action-publish@master
env: env: