mirror of https://github.com/Lissy93/dashy.git
😑 Re: #158 Trying to setup automated build
This commit is contained in:
parent
a69ffff783
commit
fa3b04c190
|
@ -25,11 +25,11 @@ jobs:
|
|||
id: prep
|
||||
run: echo ::set-output name=version::${GITHUB_REF##*/}
|
||||
|
||||
# # Use QEMU for multi-architecture builds
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
# with:
|
||||
# platforms: all
|
||||
# Use QEMU for multi-architecture builds
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
# # Use Moby BuildKit
|
||||
# - name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in New Issue