Skip to content

Commit

Permalink
set up qemu/buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Feb 23, 2024
1 parent b568a28 commit 1698832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 1698832

Please sign in to comment.