Skip to content

Commit 34340a6

Browse files
committed
add development notes
1 parent 9f06540 commit 34340a6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ services:
2626
PX2C_BBSCGI_CONFIRMATION: skip
2727
PX2C_KEYSTORE: keystore.json
2828
```
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

Comments
 (0)