use newer ubuntu to build

This commit is contained in:
Samuel
2024-11-01 07:54:27 -04:00
committed by GitHub
parent 5551369df8
commit 1d5f8c641c

View File

@@ -2,7 +2,7 @@
```bash
podman pull ubuntu:18.04
podman run --interactive --tty --rm --volume $PWD:/nvtop ubuntu:18.04
podman run --interactive --tty --rm --volume $PWD:/nvtop ubuntu:24.04
cd nvtop
./AppImage/make_appimage.sh
```
```