forked from jmpsec/osctrl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bogdan Peter
committed
Jul 5, 2024
1 parent
9541bcb
commit 9569e28
Showing
2 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,10 @@ runs: | |
username: ${{ inputs.docker_hub_username }} | ||
password: ${{ inputs.docker_hub_access_token }} | ||
|
||
########################### Setup QEMU ########################### | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2 | ||
|
||
########################### Setup Docker ########################### | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters