Skip to content

Commit 5ee9284

Browse files
authored
Update release.md
1 parent 7a5de05 commit 5ee9284

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/dev/release.md

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $ docker build --platform linux/arm64 \
6060
$ docker push msakai/toysolver:${TOYSOLVER_VERSION}-arm64
6161
```
6262

63+
On any machine:
64+
6365
```shell-session
6466
$ docker manifest create msakai/toysolver:${TOYSOLVER_VERSION} \
6567
--amend msakai/toysolver:${TOYSOLVER_VERSION}-amd64 \
@@ -70,3 +72,8 @@ $ docker manifest create msakai/toysolver:latest \
7072
--amend msakai/toysolver:${TOYSOLVER_VERSION}-arm64
7173
$ docker manifest push msakai/toysolver:latest
7274
```
75+
76+
## Update `ersatz-toysat` and `satchmo-toysat` if necessary
77+
78+
.
79+

0 commit comments

Comments
 (0)