Skip to content

Commit

Permalink
debug with buildx
Browse files Browse the repository at this point in the history
Enable buildx for debugging workers

Signed-off-by: Moritz Röhrich <[email protected]>
  • Loading branch information
m-ildefons committed Nov 20, 2023
1 parent 2b73853 commit f18f622
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sleep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ jobs:
runs-on: self-hosted
steps:

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Context
run: |
docker context create builder
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
endpoint: builder

- name: Sleep
run: |
sleep 1d

0 comments on commit f18f622

Please sign in to comment.