Just build-on amd64 and arm64, and display more output after build

This commit is contained in:
Micah Lee 2022-10-05 18:30:17 -07:00
parent 760700ca52
commit 11559b4d49
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 1 additions and 2 deletions

View File

@ -335,6 +335,7 @@ jobs:
- name: Move cache root to home
run: |
find /root
sudo mv /root/.cache/snapcraft ~/snapcraft-cache
sudo chown -R $USER:$USER ~/snapcraft-cache

View File

@ -14,8 +14,6 @@ confinement: strict
architectures:
- build-on:
- amd64
build-for:
- amd64
- arm64
# The gnome extension is only available for amd64 and arm64 (https://snapcraft.io/gnome-42-2204-sdk)