Skip to content

Commit

Permalink
Configure setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Jul 18, 2024
1 parent 4ada8c8 commit 657e67a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 657e67a

Please sign in to comment.