We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff437e9 commit 2e4202dCopy full SHA for 2e4202d
build.sh
@@ -30,7 +30,7 @@ if ! type docker >/dev/null; then
30
fi
31
32
# Update base images
33
-for baseimage in centos:7 debian:stretch alpine:3.10; do
+for baseimage in centos:7 debian:stretch debian:bullseye alpine:3.10; do
34
docker pull $baseimage
35
done
36
linux-arm64v8/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:stretch
+FROM debian:bullseye
2
MAINTAINER Lovell Fuller <[email protected]>
3
4
# Create Debian-based container suitable for cross-compiling Linux ARM64v8-A binaries
0 commit comments