mirror of
https://github.com/dolphin-emu/sadm
synced 2025-10-06 00:02:50 +02:00
ubuntu-lts-builder: Update to Ubuntu 24.04
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user