From 4bb56c6261d5abe75bc2196b9c569c780a7e0f53 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 27 Dec 2021 11:20:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00365684..c3755857 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,8 @@ build_linux_arm64: snap_edge: stage: deploy - image: cibuilds/snapcraft:core18 + image: ubuntu:18.04 + before_script: [apt update && apt install snapcraft -y] script: [./scripts/publish-snap-edge.sh] only: - main