Skip to content

Commit 2c62edc

Browse files
committed
fix: Remove arm
1 parent e94d8a2 commit 2c62edc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up QEMU
3535
uses: docker/setup-qemu-action@v1
3636
with:
37-
platforms: arm64,amd64
37+
platforms: amd64
3838

3939
- name: Set up Docker Buildx
4040
id: buildx
@@ -59,7 +59,7 @@ jobs:
5959
builder: ${{ steps.buildx.outputs.name }}
6060
cache-from: type=local,src=/tmp/.buildx-cache
6161
cache-to: type=local,dest=/tmp/.buildx-cache
62-
platforms: linux/amd64,linux/arm64
62+
platforms: linux/amd64
6363
- name: Build and push dagster Docker image
6464
id: docker_build_amd64_dagster
6565
uses: docker/[email protected]
@@ -71,7 +71,7 @@ jobs:
7171
builder: ${{ steps.buildx.outputs.name }}
7272
cache-from: type=local,src=/tmp/.buildx-cache
7373
cache-to: type=local,dest=/tmp/.buildx-cache
74-
platforms: linux/amd64,linux/arm64
74+
platforms: linux/amd64
7575
- name: Build and push mlflow Docker image
7676
id: docker_build_amd64_mlflow
7777
uses: docker/[email protected]
@@ -83,7 +83,7 @@ jobs:
8383
builder: ${{ steps.buildx.outputs.name }}
8484
cache-from: type=local,src=/tmp/.buildx-cache
8585
cache-to: type=local,dest=/tmp/.buildx-cache
86-
platforms: linux/amd64,linux/arm64
86+
platforms: linux/amd64
8787

8888
- name: Image digest
8989
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)