* [PATCH] gitlab-ci.yml: edk2: Move to Ubuntu 22.04
@ 2023-02-22 15:53 Palmer Dabbelt
0 siblings, 0 replies; only message in thread
From: Palmer Dabbelt @ 2023-02-22 15:53 UTC (permalink / raw)
To: f4bug; +Cc: qemu-devel, Palmer Dabbelt
The OpenSBI docker images have started tripping up on Ubuntu 18.04,
which is about to hit EOL. So let's just move to 22.04 for EDK2 as
well.
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
Just like the other one I don't know how to test this and I'm not at all
familiar with the CI so it might just be broken.
---
.gitlab-ci.d/edk2/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.d/edk2/Dockerfile b/.gitlab-ci.d/edk2/Dockerfile
index bbe50ff832..053891d810 100644
--- a/.gitlab-ci.d/edk2/Dockerfile
+++ b/.gitlab-ci.d/edk2/Dockerfile
@@ -1,7 +1,7 @@
#
# Docker image to cross-compile EDK2 firmware binaries
#
-FROM ubuntu:18.04
+FROM ubuntu:22.04
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
--
2.39.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-22 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 15:53 [PATCH] gitlab-ci.yml: edk2: Move to Ubuntu 22.04 Palmer Dabbelt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).