Skip to content

Commit af81225

Browse files
committed
Bump to 2.2.0
1 parent 861ae53 commit af81225

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22

3-
ARG VERSION=2.1.0
3+
ARG VERSION=2.2.0
44
ARG PREFIX=/w64devkit
55
ARG Z7_VERSION=2301
66
ARG BINUTILS_VERSION=2.44

multibuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ for build in $builds; do
8181
)
8282
$dryrun docker build -t $target .
8383
if [ -n "$dryrun" ]; then
84-
$dryrun docker run --rm $target ">$build$suffix.exe"
84+
$dryrun docker run --rm $target ">$build$suffix.7z.exe"
8585
else
86-
docker run --rm $target >$build$suffix.exe
86+
docker run --rm $target >$build$suffix.7z.exe
8787
fi
8888
done
8989

0 commit comments

Comments
 (0)