summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-05-22 18:54:35 +0700
committerAlexander V. Wolf <alex.v.wolf@gmail.com>2022-05-22 18:54:35 +0700
commite222f3805e8f845ae19f71d5a14f59d1691acc8e (patch)
tree14cc1adf589c9918c876de8f52c2c5613656453e
parent67971182d6ea7de02a4d975d9a6b77b1dcef778e (diff)
[publish] Updated an AppImage settings
-rw-r--r--.github/workflows/appimage-arm.yml2
-rw-r--r--util/appimage/stellarium-appimage-aarch64.yml6
-rw-r--r--util/appimage/stellarium-appimage-armhf.yml6
-rw-r--r--util/appimage/stellarium-appimage-x86_64.yml6
4 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/appimage-arm.yml b/.github/workflows/appimage-arm.yml
index 7bf3bfcdfd..a60b12b84a 100644
--- a/.github/workflows/appimage-arm.yml
+++ b/.github/workflows/appimage-arm.yml
@@ -35,7 +35,7 @@ jobs:
id: appimage
with:
arch: ${{ matrix.arch }}
- distro: ubuntu18.04
+ distro: ubuntu20.04
# Not required, but speeds up builds by storing container images in
# a GitHub package registry.
diff --git a/util/appimage/stellarium-appimage-aarch64.yml b/util/appimage/stellarium-appimage-aarch64.yml
index 77fdab7b51..98d2ea55c9 100644
--- a/util/appimage/stellarium-appimage-aarch64.yml
+++ b/util/appimage/stellarium-appimage-aarch64.yml
@@ -18,10 +18,10 @@ AppDir:
apt:
arch: arm64
sources:
- - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe multiverse'
+ - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe multiverse'
- - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted universe multiverse'
+ - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe multiverse'
+ - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted universe multiverse'
include:
- libqt5core5a
diff --git a/util/appimage/stellarium-appimage-armhf.yml b/util/appimage/stellarium-appimage-armhf.yml
index e395523ed2..744e529a0c 100644
--- a/util/appimage/stellarium-appimage-armhf.yml
+++ b/util/appimage/stellarium-appimage-armhf.yml
@@ -18,10 +18,10 @@ AppDir:
apt:
arch: armhf
sources:
- - sourceline: 'deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe multiverse'
+ - sourceline: 'deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- - sourceline: 'deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe multiverse'
- - sourceline: 'deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted universe multiverse'
+ - sourceline: 'deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe multiverse'
+ - sourceline: 'deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted universe multiverse'
include:
- libqt5core5a
diff --git a/util/appimage/stellarium-appimage-x86_64.yml b/util/appimage/stellarium-appimage-x86_64.yml
index 76b10cdd88..2d67540821 100644
--- a/util/appimage/stellarium-appimage-x86_64.yml
+++ b/util/appimage/stellarium-appimage-x86_64.yml
@@ -18,10 +18,10 @@ AppDir:
apt:
arch: amd64
sources:
- - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
+ - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse'
- - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
+ - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse'
+ - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse'
include:
- libqt5core5a