Skip to content

Commit 2e4202d

Browse files
committed
Build ARM64 binaries using gcc 9 (Debian 11)
See lovell/sharp#1651
1 parent ff437e9 commit 2e4202d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if ! type docker >/dev/null; then
3030
fi
3131

3232
# Update base images
33-
for baseimage in centos:7 debian:stretch alpine:3.10; do
33+
for baseimage in centos:7 debian:stretch debian:bullseye alpine:3.10; do
3434
docker pull $baseimage
3535
done
3636

linux-arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stretch
1+
FROM debian:bullseye
22
MAINTAINER Lovell Fuller <[email protected]>
33

44
# Create Debian-based container suitable for cross-compiling Linux ARM64v8-A binaries

0 commit comments

Comments
 (0)