diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6ebd251..04b7663 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -54,11 +54,7 @@ jobs: with: context: "docker/" build-args: | - PGVERSION=16 - PGOLDVERSIONS= - TIMESCALEDB=2.16.1 - COMPRESS=true - PARADEDB_TELEMETRY=false + COMPRESS=false platforms: linux/amd64,linux/arm64 push: true tags: | diff --git a/docker/build_scripts/base_1_prepare.sh b/docker/build_scripts/base_1_prepare.sh index c0aa539..11bc752 100644 --- a/docker/build_scripts/base_1_prepare.sh +++ b/docker/build_scripts/base_1_prepare.sh @@ -91,7 +91,7 @@ else fi echo '#!/bin/bash' > "$VARIABLES_FILE" echo "BUILD_PACKAGES=(${BUILD_PACKAGES[*]})" >> "$VARIABLES_FILE" -chmod ug+rwx "$VARIABLE_FILE" +chmod ug+rwx "$VARIABLES_FILE" if [ "$WITH_PERL" != "true" ]; then version=$(apt-cache show perl | sed -n 's/^Version: //p' | sort -rV | head -n 1) printf "Priority: standard\nStandards-Version: 3.9.8\nPackage: perl\nMulti-Arch: allowed\nReplaces: perl-base, perl-modules\nVersion: %s\nDescription: perl" "$version" > perl