Skip to content

Commit b840329

Browse files
committed
test(actions): try removing the docker setup script
Signed-off-by: James Petersen <jpetersenames@gmail.com>
1 parent 26b32b3 commit b840329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
else
119119
echo "keeping build trees on / (${ROOT_AVAIL}K avail vs ${MNT_AVAIL}K on /mnt)"
120120
fi
121-
- name: docker setup linux-kernel-oci
122-
run: sudo python3 ./hack/build/docker-setup.py
121+
# - name: docker setup linux-kernel-oci
122+
# run: sudo python3 ./hack/build/docker-setup.py
123123
- name: docker setup buildx
124124
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
125125
- name: docker login ghcr.io

0 commit comments

Comments
 (0)