ci(snap): re-enable arm64 (#1211)
This commit is contained in:
parent
121385623c
commit
58707d73ba
1 changed files with 16 additions and 16 deletions
32
.github/workflows/linux.yml
vendored
32
.github/workflows/linux.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue