anomaly / anomaly/lab-python-server
Document Docker build for cross platform images (e.g build on macOS and deploy to amd64)
Abierto
documentation
- Lenguaje dominante
- Python
- Estrellas
- 16
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
At Anomaly we primarily use `macOS` for development and as Apple moves to Apple Silicon the development environments are moving to `arm` based CPUs, but most of our deployments are still under `amd64` (Intel or AMD based CPUs).
This has caused issues in the past, this should be documented properly and possibly even be made into a `Task` endpoint
```
docker build --platform=linux/amd64 -t "anomalyhq/accacia-server:0.2.0" -f Dockerfile .
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.