Skip to content

Commit

Permalink
Merge pull request #119 from Icinga/Al2Klimov-patch-2
Browse files Browse the repository at this point in the history
build.bash: workaround a bug in docker buildx build CLI
  • Loading branch information
Al2Klimov authored Jan 26, 2024
2 parents d9eefa6 + 62ccdab commit 77a2812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ! docker buildx version; then
fi

OUR_DIR="$(realpath "$(dirname "$0")")"
COMMON_ARGS=(-t "icinga/icinga2:$TAG" --build-context "icinga2-git=$(realpath "$I2SRC")/.git" "$OUR_DIR")
COMMON_ARGS=(-t "icinga/icinga2:$TAG" --build-context "icinga2-git=$(realpath "$I2SRC")/.git/" "$OUR_DIR")
BUILDX=(docker buildx build --platform "$(cat "${OUR_DIR}/platforms.txt")")

case "$ACTION" in
Expand Down

0 comments on commit 77a2812

Please sign in to comment.