Skip to content

Commit 056b90e

Browse files
committed
Sort is broken
1 parent 8a6d886 commit 056b90e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ jobs:
8888
run: pushd pkg/test/runner; ./build.sh; popd
8989
- name: Install the latest buildkit release
9090
run: |
91-
BUILDKIT_URL="$(curl -sL https://api.github.com/repos/moby/buildkit/releases \
92-
| jq -r 'map(select(.name|startswith("v")))|sort_by(.name)[-1].assets[]|select(.name|endswith(".linux-amd64.tar.gz")).browser_download_url')"
93-
curl -L "${BUILDKIT_URL}" | sudo tar -xz -C /usr/local
91+
curl -sSL "https://github.com/moby/buildkit/releases/download/v0.10.0/buildkit-v0.10.0.linux-amd64.tar.gz" | sudo tar -xz -C /usr/local
9492
- name: Start buildkit daemon
9593
run: |
9694
sudo --non-interactive --shell <<END_SUDO

0 commit comments

Comments
 (0)