mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-21 20:38:38 -04:00
Just build-on amd64 and arm64, and display more output after build
This commit is contained in:
parent
760700ca52
commit
11559b4d49
2 changed files with 1 additions and 2 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -335,6 +335,7 @@ jobs:
|
||||||
|
|
||||||
- name: Move cache root to home
|
- name: Move cache root to home
|
||||||
run: |
|
run: |
|
||||||
|
find /root
|
||||||
sudo mv /root/.cache/snapcraft ~/snapcraft-cache
|
sudo mv /root/.cache/snapcraft ~/snapcraft-cache
|
||||||
sudo chown -R $USER:$USER ~/snapcraft-cache
|
sudo chown -R $USER:$USER ~/snapcraft-cache
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@ confinement: strict
|
||||||
architectures:
|
architectures:
|
||||||
- build-on:
|
- build-on:
|
||||||
- amd64
|
- amd64
|
||||||
build-for:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
- arm64
|
||||||
|
|
||||||
# The gnome extension is only available for amd64 and arm64 (https://snapcraft.io/gnome-42-2204-sdk)
|
# The gnome extension is only available for amd64 and arm64 (https://snapcraft.io/gnome-42-2204-sdk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue