From 2518424ad1f27cd0834005de1cc61660447b1833 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 26 Feb 2025 16:15:50 -0700 Subject: [PATCH] build: add label `architecture` --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 136ed431..bc918e7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,7 @@ LABEL org.opencontainers.image.repo.3="https://github.com/aetherinox/docker-base LABEL org.opencontainers.image.documentation="https://thebinaryninja.github.io/tvapp2" LABEL org.opencontainers.image.url="https://github.com/thebinaryninja/tvapp2/pkgs/container/tvapp2" LABEL org.opencontainers.image.licenses="MIT" +LABEL org.opencontainers.image.architecture="${ARCH}" LABEL org.opencontainers.image.ref.name="main" LABEL org.opencontainers.image.registry="local" LABEL org.tvapp2.image.maintainers="Aetherinox, iFlip721, Optx"