File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Set up QEMU
35
35
uses : docker/setup-qemu-action@v1
36
36
with :
37
- platforms : arm64, amd64
37
+ platforms : amd64
38
38
39
39
- name : Set up Docker Buildx
40
40
id : buildx
59
59
builder : ${{ steps.buildx.outputs.name }}
60
60
cache-from : type=local,src=/tmp/.buildx-cache
61
61
cache-to : type=local,dest=/tmp/.buildx-cache
62
- platforms : linux/amd64,linux/arm64
62
+ platforms : linux/amd64
63
63
- name : Build and push dagster Docker image
64
64
id : docker_build_amd64_dagster
65
65
71
71
builder : ${{ steps.buildx.outputs.name }}
72
72
cache-from : type=local,src=/tmp/.buildx-cache
73
73
cache-to : type=local,dest=/tmp/.buildx-cache
74
- platforms : linux/amd64,linux/arm64
74
+ platforms : linux/amd64
75
75
- name : Build and push mlflow Docker image
76
76
id : docker_build_amd64_mlflow
77
77
83
83
builder : ${{ steps.buildx.outputs.name }}
84
84
cache-from : type=local,src=/tmp/.buildx-cache
85
85
cache-to : type=local,dest=/tmp/.buildx-cache
86
- platforms : linux/amd64,linux/arm64
86
+ platforms : linux/amd64
87
87
88
88
- name : Image digest
89
89
run : echo ${{ steps.docker_build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments