We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5de05 commit 5ee9284Copy full SHA for 5ee9284
doc/dev/release.md
@@ -60,6 +60,8 @@ $ docker build --platform linux/arm64 \
60
$ docker push msakai/toysolver:${TOYSOLVER_VERSION}-arm64
61
```
62
63
+On any machine:
64
+
65
```shell-session
66
$ docker manifest create msakai/toysolver:${TOYSOLVER_VERSION} \
67
--amend msakai/toysolver:${TOYSOLVER_VERSION}-amd64 \
@@ -70,3 +72,8 @@ $ docker manifest create msakai/toysolver:latest \
70
72
--amend msakai/toysolver:${TOYSOLVER_VERSION}-arm64
71
73
$ docker manifest push msakai/toysolver:latest
74
75
76
+## Update `ersatz-toysat` and `satchmo-toysat` if necessary
77
78
+.
79
0 commit comments