diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6663eb41b19..23c5ae4b262 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -362,27 +362,3 @@ jobs: with: draft: true files: ${{ env.DESTDIR }}/* - - buildkit-edge: - runs-on: ubuntu-22.04 - continue-on-error: true - steps: - - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - with: - version: ${{ env.BUILDX_VERSION }} - driver-opts: image=moby/buildkit:master - buildkitd-flags: --debug - - - # Just run a bake target to check eveything runs fine - name: Build - uses: docker/bake-action@v4 - with: - targets: binaries