mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
update Dockerfile buildx instructions to exclude intel/386
This commit is contained in:
parent
ed9ef588d9
commit
c5ccb05d4a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# docker run -v "$PWD/data":/data -p 8000:8000 archivebox server
|
||||
# Multi-arch build:
|
||||
# docker buildx create --use
|
||||
# docker buildx build . --platform=linux/amd64,linux/arm64,linux/386,linux/arm/v7 --push -t archivebox/archivebox:latest -t archivebox/archivebox:dev
|
||||
# docker buildx build . --platform=linux/amd64,linux/arm64,linux/arm/v7 --push -t archivebox/archivebox:latest -t archivebox/archivebox:dev
|
||||
|
||||
|
||||
FROM python:3.10-slim-bullseye
|
||||
|
|
Loading…
Reference in a new issue