Skip to content

Commit

Permalink
added qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilSubedi committed May 15, 2024
1 parent 16e930d commit a57b361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-production-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

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

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -37,6 +34,9 @@ jobs:
with:
images: ${{ env.SERVER_IMAGE_NAME }}

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

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

Expand Down

0 comments on commit a57b361

Please sign in to comment.