mirror of https://github.com/Lissy93/dashy.git
🚧 Temporarily remove multi-arch
This commit is contained in:
parent
f65ea543a9
commit
792b445180
|
@ -25,20 +25,20 @@ jobs:
|
||||||
id: prep
|
id: prep
|
||||||
run: echo ::set-output name=version::${GITHUB_REF##*/}
|
run: echo ::set-output name=version::${GITHUB_REF##*/}
|
||||||
|
|
||||||
# Use QEMU for multi-architecture builds
|
# # Use QEMU for multi-architecture builds
|
||||||
- name: Set up QEMU
|
# - name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
# uses: docker/setup-qemu-action@v1
|
||||||
with:
|
# with:
|
||||||
platforms: all
|
# platforms: all
|
||||||
|
|
||||||
# Use Moby BuildKit
|
# # Use Moby BuildKit
|
||||||
- name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
id: buildx
|
# id: buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
# uses: docker/setup-buildx-action@v1
|
||||||
with:
|
# with:
|
||||||
install: true
|
# install: true
|
||||||
version: latest
|
# version: latest
|
||||||
driver-opts: image=moby/buildkit:master
|
# driver-opts: image=moby/buildkit:master
|
||||||
|
|
||||||
# Login into GH container registry
|
# Login into GH container registry
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
|
|
Loading…
Reference in New Issue