File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Dependency version numbers
58source ./versions.properties
69
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Dependency version numbers
58if [ -f /packaging/versions.properties ]; then
69 source /packaging/versions.properties
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47source ./versions.properties
58VERSION_WASM_VIPS=" ${1:- HEAD} "
69
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Dependency version numbers
58source /packaging/versions.properties
69
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Dependency version numbers
58source ./versions.properties
69
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47{
58 echo ' Dependency|Version' ;
69 echo ' ---|---' ;
Original file line number Diff line number Diff line change 11FROM --platform=linux/arm64 rockylinux:8
22LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Create Rocky Linux 8 (glibc 2.28) container suitable for building Linux ARM64v8-A binaries
58
69# Path settings
Original file line number Diff line number Diff line change 11FROM debian/eol:buster
22LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Create Debian 11 (glibc 2.31) container suitable for cross-compiling Linux ARMv6 binaries
58
69# Path settings
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Create Debian 12 (glibc 2.36) container suitable for cross-compiling Linux ppc64le binaries
58
69# Path settings
Original file line number Diff line number Diff line change 11FROM debian:trixie
22LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33
4+ # # Copyright 2017 Lovell Fuller and others.
5+ # # SPDX-License-Identifier: Apache-2.0
6+
47# Create Debian 13 (glibc 2.41) container suitable for cross-compiling Linux RISC-V 64-bit binaries
58
69# Path settings
You can’t perform that action at this time.
0 commit comments