Skip to content

Commit 2e38ac4

Browse files
authored
removed arm64 from Docker image builds (#4941)
1 parent e994d34 commit 2e38ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
file: scripts/Dockerfile
3737
tags: pybamm/pybamm:latest
3838
push: true
39-
platforms: linux/amd64, linux/arm64
39+
platforms: linux/amd64
4040

4141
- name: List built image(s)
4242
run: docker images

0 commit comments

Comments
 (0)