diff mbox series

gitlab-ci.yml: edk2: Move to Ubuntu 22.04

Message ID 20230222155341.10127-1-palmer@rivosinc.com
State New
Headers show
Series gitlab-ci.yml: edk2: Move to Ubuntu 22.04 | expand

Commit Message

Palmer Dabbelt Feb. 22, 2023, 3:53 p.m. UTC
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 mbox series

Patch

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>