💦 Temporarily disable arm64 builds (#561)

The reason why this is necessary is because our pipeline is failing due to network timeouts. Unfortunately I am not aware of a solution to this problem but if we can find a way to build these images as part of our workflow we should reeanble this feature.
This commit is contained in:
Luke Vella 2023-03-14 17:55:24 +00:00 committed by GitHub
parent 5c96c0a763
commit 087fb8e19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
@ -40,7 +33,7 @@ jobs:
uses: docker/build-push-action@v4
with:
file: ./apps/web/Dockerfile
platforms: linux/arm64,linux/amd64
platforms: linux/amd64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max