Skip to content

Commit

Permalink
Revert "Retry docker build"
Browse files Browse the repository at this point in the history
This reverts commit c68b030.
  • Loading branch information
electrum committed May 12, 2023
1 parent c68b030 commit 82204fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TAG_PREFIX="trino:${TRINO_VERSION}"

for arch in "${ARCHITECTURES[@]}"; do
echo "🫙 Building the image for $arch"
"${SOURCE_DIR}/.github/bin/retry" docker build \
docker build \
"${WORK_DIR}" \
--pull \
--platform "linux/$arch" \
Expand Down

0 comments on commit 82204fd

Please sign in to comment.