prepare release: deprecate Ubuntu 24.10 and add Ubuntu 25.10

This commit is contained in:
Philippe Teuwen
2026-02-06 14:00:30 +01:00
parent 14c6099e7f
commit 32adc77e74
6 changed files with 5 additions and 5 deletions
@@ -37,8 +37,8 @@ Run `tools/release_tests.sh` on:
- [ ] OpenSuse Tumbleweed
- [ ] ParrotOS
- [ ] Ubuntu 24.04 (LTS)
- [ ] Ubuntu 24.10
- [ ] Ubuntu 25.04
- [ ] Ubuntu 25.10
- [ ] OSX (MacPorts)
- [ ] OSX (Homebrew)
- [ ] Termux
-1
View File
@@ -1 +0,0 @@
DOCKER_IMAGE=pm3-ubuntu-24.10:1.0
@@ -1,4 +1,4 @@
FROM ubuntu:24.10
FROM ubuntu:25.10
ENV LANG=C
ENV DEBIAN_FRONTEND=noninteractive
@@ -9,7 +9,7 @@ If all tests OK, the script will finish with PASS.
The script is to be run in proxmark root folder inside the docker env.
```
docker/ubuntu-24.10/run_tests.sh;
docker/ubuntu-25.10/run_tests.sh;
```
Or if you want to run single test,
+1
View File
@@ -0,0 +1 @@
DOCKER_IMAGE=pm3-ubuntu-25.10:1.0
@@ -2,7 +2,7 @@
# Iceman 2022
#
# This script is to be run from proxmark root folder inside the docker env
# docker/ubuntu-24.10/run_tests.sh;
# docker/ubuntu-25.10/run_tests.sh;
sudo apt update && sudo apt upgrade -y
tools/release_tests.sh