We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6965461 + 99f17dc commit 13ac4c2Copy full SHA for 13ac4c2
.github/workflows/release.yaml
@@ -42,13 +42,16 @@ jobs:
42
debian_version=$(grep -oP '^ARG DEBIAN_VERSION=\K\S*' Dockerfile.artifact)
43
cat << EOF | tee /tmp/release-note.txt
44
${tag}
45
+
46
#### Changes
47
(To be documented)
48
49
#### Install
50
\`\`\`
51
curl -o slirp4netns --fail -L https://github.com/${{ github.repository }}/releases/download/${tag}/slirp4netns-\$(uname -m)
52
chmod +x slirp4netns
53
54
55
#### About the binaries
56
The binaries are statically linked with libslirp ${libslirp_version} and libseccomp ${libseccomp_version} using Debian ${debian_version}.
57
0 commit comments