Skip to content

Commit

Permalink
Use local docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 14, 2024
1 parent 5c597c9 commit f7bd312
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
driver: docker-container
driver-opts: |
network=host
endpoint: unix:///var/run/docker.sock
builder-name: github-runner-x86-64-builder
endpoint: github-runner-x86-64-builder
use: true

- name: Build locally for testing
Expand Down

0 comments on commit f7bd312

Please sign in to comment.