Skip to content

Commit

Permalink
Merge pull request #807 from aquarist-labs/debug/workflows
Browse files Browse the repository at this point in the history
debug with buildx
  • Loading branch information
m-ildefons authored Nov 20, 2023
2 parents 6bcddc6 + f18f622 commit 4dba77c
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 4dba77c

Please sign in to comment.