Skip to content

Commit cc3fbef

Browse files
- CHG: Removed ARM builds from vuetify branch again.
1 parent 3b695f5 commit cc3fbef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-ci-vuetify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
ref: 'vuetify'
2525

26-
- name: Set up QEMU
27-
uses: docker/setup-qemu-action@v1
28-
2926
- name: Set up Docker Buildx
3027
uses: docker/setup-buildx-action@v1
3128

@@ -52,7 +49,7 @@ jobs:
5249
with:
5350
build-args: BRANCH=vuetify
5451
context: docker
55-
platforms: linux/amd64,linux/arm64
52+
platforms: linux/amd64
5653
push: ${{ github.event_name != 'pull_request' }}
5754
tags: ${{ steps.meta.outputs.tags }}
5855
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)