|
|
@ -181,7 +181,7 @@ build_linux_arm64:
|
|
|
|
|
|
|
|
|
|
|
|
snap_edge:
|
|
|
|
snap_edge:
|
|
|
|
stage: deploy
|
|
|
|
stage: deploy
|
|
|
|
image: martinperiscyberdyne/snapcraft:4.x-amd64
|
|
|
|
image: cibuilds/snapcraft
|
|
|
|
script: [./scripts/publish-snap-edge.sh]
|
|
|
|
script: [./scripts/publish-snap-edge.sh]
|
|
|
|
only:
|
|
|
|
only:
|
|
|
|
- main
|
|
|
|
- main
|
|
|
@ -230,7 +230,7 @@ update-dependencies:
|
|
|
|
|
|
|
|
|
|
|
|
snap_stable:
|
|
|
|
snap_stable:
|
|
|
|
extends: .release
|
|
|
|
extends: .release
|
|
|
|
image: martinperiscyberdyne/snapcraft:4.x-amd64
|
|
|
|
image: cibuilds/snapcraft
|
|
|
|
script: [./scripts/publish-snap-stable.sh]
|
|
|
|
script: [./scripts/publish-snap-stable.sh]
|
|
|
|
needs: [build_linux_x86]
|
|
|
|
needs: [build_linux_x86]
|
|
|
|
|
|
|
|
|
|
|
|