mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
17 lines
290 B
Markdown
17 lines
290 B
Markdown
|
|
Must include `
|
|
```bash
|
|
docker build --platform amd64 .
|
|
```
|
|
|
|
or add this in dockerfile
|
|
|
|
```yaml
|
|
FROM --platform=amd64 debian
|
|
...
|
|
```
|
|
## Links:
|
|
[creating amd64 docker image on m1 - Stack Overflow](https://stackoverflow.com/questions/68881910/creating-amd64-docker-image-on-m1)
|
|
|
|
|
|
202403311844 |