Skip to content

Commit

Permalink
Remove QMenu build as it was consuming too much time
Browse files Browse the repository at this point in the history
  • Loading branch information
itswadesh authored Nov 19, 2023
1 parent 7999a9c commit 07c6139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm run build

# Setup buildx in order to build for multiple platforms
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2

# Extract metadata for the docker image
- name: Docker meta
Expand Down

1 comment on commit 07c6139

@vercel
Copy link

@vercel vercel bot commented on 07c6139 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.