Skip to content

Commit 29913be

Browse files
authored
Merge pull request #33 from paulsaxe/main
Limiting docker to only linux/amd64
2 parents e7486e5 + 297ed9d commit 29913be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packmol_step/data/packmol.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ container = ghcr.io/molssi-seamm/seamm-packmol:{version}
1616
# app silicon (M1, M3...) where the default platform is linux/arm64 but some containers
1717
# are only available for linux/amd64.
1818

19-
# platform = linux/amd64
19+
platform = linux/amd64
2020

2121
[local]
2222
# The type of local installation to use. Options are:
@@ -68,4 +68,4 @@ code = packmol
6868
# app silicon (M1, M3...) where the default platform is linux/arm64 but some containers
6969
# are only available for linux/amd64.
7070

71-
# platform = linux/amd64
71+
platform = linux/amd64

0 commit comments

Comments
 (0)