Add support for armv7 in the docker build
This commit is contained in:
parent
2b520cdc17
commit
b3d5a22b5d
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12-slim
|
||||
FROM --platform=$TARGETPLATFORM python:3.9-slim:3.12-slim
|
||||
LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy
|
||||
LABEL org.opencontainers.image.description="Matchy matches matchees"
|
||||
LABEL org.opencontainers.image.licenses=Unlicense
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue