Skip to content

Commit

Permalink
Merge pull request #3 from kononovn/set_ci_qemu
Browse files Browse the repository at this point in the history
ci: switch docker-images ci to setup-qemu-action@v3
  • Loading branch information
kononovn authored May 31, 2024
2 parents 9ec6893 + 0e96f67 commit f9ddd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up QEMU
run: |
sudo setenforce 0
sudo podman run --rm --privileged quay.io/ocp-edge-qe/qemu-user-static --reset -p yes
# uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3

- name: Set image tag
shell: bash
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker-image-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up QEMU
run: |
sudo setenforce 0
sudo podman run --rm --privileged quay.io/ocp-edge-qe/qemu-user-static --reset -p yes
uses: docker/setup-qemu-action@v3

- name: Build docker image
id: build-image
Expand Down

0 comments on commit f9ddd46

Please sign in to comment.