mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-04 11:10:12 -05:00
Added the QEMU step to the deploy docker dev workflow
This commit is contained in:
@@ -11,6 +11,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
- name: Set up Docker Build
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user