Skip to content

Commit

Permalink
fix(ci): remove qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Nov 9, 2023
1 parent 5de8255 commit 4120fd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Set up Docker Context for Buildx
run: |
docker context create builders
Expand Down Expand Up @@ -173,9 +170,6 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Set up Docker Context for Buildx
run: |
docker context create builders
Expand Down

0 comments on commit 4120fd1

Please sign in to comment.