Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/build-swtbench-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ jobs:
# regress past 10h again, reopen that discussion rather than silently raising.
timeout-minutes: 600

runs-on: ubuntu-latest-8core
runs-on:
labels: blacksmith-32vcpu-ubuntu-2204

permissions:
contents: read
Expand Down Expand Up @@ -171,8 +172,8 @@ jobs:
git add vendor/software-agent-sdk
echo "Updated SDK submodule to $SDK_SHA (from ${{ inputs.sdk-commit }})"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Set up Docker Buildx with Blacksmith
uses: useblacksmith/setup-docker-builder@v1

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
Loading