Skip to content

Commit c81bbb9

Browse files
authored
Fixed issue with Packmol not available for Linux/arm-64
1 parent a53d2ce commit c81bbb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
with:
2222
image : molssi-seamm/seamm-packmol
2323
description: A Packmol executable packaged for use with SEAMM or standalone
24+
# Can limit platforms, e.g., linux/amd64, linux/arm64
25+
platforms: linux/amd64
2426
secrets: inherit
27+

0 commit comments

Comments
 (0)