Skip to content

Commit 7546b27

Browse files
author
matthew.gui
committed
ci: update qemu to v9.0.4-189-gea21e32add for github ci.
Signed-off-by: matthew.gui <guibing@nuclei.com>
1 parent b74b834 commit 7546b27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/linuxsdk.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pip3 cache purge
3737
# create USER with PASS
3838
ARG USER=nuclei
3939
ARG PASS=riscv123
40-
ARG QEMUVER=2025.10
40+
ARG QEMUVER=2026.05.09
4141
ARG BRANCH=dev_nuclei_next
4242

4343
RUN groupadd --system $USER

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python3 python3-pip mtools
7171
sudo pip3 install git-archive-all
7272
mkdir -p buildroot/dl
73-
QEMUVER=2025.10
73+
QEMUVER=2026.05.09
7474
if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then
7575
wget --progress=dot -P buildroot/dl https://download.nucleisys.com/upload/files/toolchain/qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
7676
fi

0 commit comments

Comments
 (0)