qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gitlab-ci.yml: edk2: Move to Ubuntu 22.04


From: Palmer Dabbelt
Subject: [PATCH] gitlab-ci.yml: edk2: Move to Ubuntu 22.04
Date: Wed, 22 Feb 2023 07:53:41 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]