mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
prepare release: deprecate Ubuntu 24.10 and add Ubuntu 25.10
This commit is contained in:
@@ -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 +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,
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user