We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861ae53 commit af81225Copy full SHA for af81225
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bookworm-slim
2
3
-ARG VERSION=2.1.0
+ARG VERSION=2.2.0
4
ARG PREFIX=/w64devkit
5
ARG Z7_VERSION=2301
6
ARG BINUTILS_VERSION=2.44
multibuild.sh
@@ -81,9 +81,9 @@ for build in $builds; do
81
)
82
$dryrun docker build -t $target .
83
if [ -n "$dryrun" ]; then
84
- $dryrun docker run --rm $target ">$build$suffix.exe"
+ $dryrun docker run --rm $target ">$build$suffix.7z.exe"
85
else
86
- docker run --rm $target >$build$suffix.exe
+ docker run --rm $target >$build$suffix.7z.exe
87
fi
88
done
89
0 commit comments