Fix CI and scripts for 22.10

This commit is contained in:
Aditya Garg 2022-11-08 11:17:41 +05:30
parent c5d5ad3442
commit bd51869612
3 changed files with 3 additions and 13 deletions

View File

@ -104,15 +104,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: |
DOCKER_IMAGE=ubuntu:22.10
docker pull ${DOCKER_IMAGE}
docker run \
-t \
-v "$(pwd)":/repo \
${DOCKER_IMAGE} \
/bin/bash -c 'cd /repo && \
./build.sh'
run: sudo ./build_in_docker.sh
- name: print sha256sum
run: cat output/sha256

View File

@ -2,7 +2,7 @@
set -eu -o pipefail
DOCKER_IMAGE=ubuntu:20.04
DOCKER_IMAGE=ubuntu:22.10
docker pull ${DOCKER_IMAGE}
docker run \

View File

@ -81,7 +81,7 @@ apt install /tmp/headers.deb /tmp/image.deb
echo >&2 "===]> Info: Install window manager... "
apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
plymouth-theme-ubuntu-logo \
plymouth-theme-ubuntu-gnome-logo \
ubuntu-desktop-minimal \
ubuntu-gnome-wallpapers \
snapd
@ -177,8 +177,6 @@ echo >&2 "===]> Info: Reconfigure environment ... "
locale-gen --purge en_US.UTF-8 en_US
printf 'LANG="C.UTF-8"\nLANGUAGE="C.UTF-8"\n' >/etc/default/locale
dpkg-reconfigure -f readline resolvconf
cat <<EOF >/etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile