Skip to content

Commit

Permalink
Rumor has it that updating qemu may fix some of the instability
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 31, 2025
1 parent d21af85 commit c127abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
# steps to perform in job
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
run: sudo apt-get update && sudo apt-get install qemu-user-static -y

# setup Docker buld action
- name: Set up Docker Buildx
Expand Down

0 comments on commit c127abf

Please sign in to comment.