We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b695f5 commit cc3fbefCopy full SHA for cc3fbef
.github/workflows/docker-ci-vuetify.yml
@@ -23,9 +23,6 @@ jobs:
23
with:
24
ref: 'vuetify'
25
26
- - name: Set up QEMU
27
- uses: docker/setup-qemu-action@v1
28
-
29
- name: Set up Docker Buildx
30
uses: docker/setup-buildx-action@v1
31
@@ -52,7 +49,7 @@ jobs:
52
49
53
50
build-args: BRANCH=vuetify
54
51
context: docker
55
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
56
push: ${{ github.event_name != 'pull_request' }}
57
tags: ${{ steps.meta.outputs.tags }}
58
labels: ${{ steps.meta.outputs.labels }}
0 commit comments