ubuntu-lts-builder: Update to Ubuntu 24.04

This commit is contained in:
OatmealDome
2025-04-23 18:51:36 -04:00
parent 136db70eb9
commit e91b1fb743

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt update
@@ -51,6 +51,6 @@ RUN buildbot-worker create-worker \
sed -i "s/'WORKER_NAME'/os.environ.pop('WORKER_NAME')/" /buildbot/buildbot.tac && \
sed -i "s/'WORKER_PASSWORD'/os.environ.pop('WORKER_PASSWORD')/" /buildbot/buildbot.tac
RUN echo 'OatmealDome <oatmeal@dolphin-emu.org>' > /buildbot/info/admin
RUN echo 'Jammy (22.04 LTS) build container' > /buildbot/info/host
RUN echo 'Ubuntu 24.04 LTS (Noble Numbat) build container' > /buildbot/info/host
ENTRYPOINT cd /buildbot && exec buildbot-worker start --nodaemon