mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
setup QEMU
This commit is contained in:
parent
aaa7bd3da1
commit
1d0b568b1e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci_docker.yml
vendored
3
.github/workflows/ci_docker.yml
vendored
|
|
@ -22,6 +22,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
# setup Docker build action
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue