We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f06540 commit 34340a6Copy full SHA for 34340a6
1 file changed
README.md
@@ -26,3 +26,11 @@ services:
26
PX2C_BBSCGI_CONFIRMATION: skip
27
PX2C_KEYSTORE: keystore.json
28
```
29
+
30
+## 開発メモ
31
+### [Multi-platform | Docker Docs](https://docs.docker.com/build/building/multi-platform/)
32
+```sh
33
+docker buildx build --platform linux/amd64,linux/arm64 -t rep2 . --load
34
+docker save rep2:latest -o rep2.tar --platform=linux/arm64
35
+docker load -i rep2.tar
36
+```
0 commit comments