diff --git a/.drone.yml b/.drone.yml index 543aea2..079cccf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,4 +22,6 @@ steps: - JAVA_VERSION=20 - JAVA_HOME=/opt/graalvm platforms: - - linux/amd64 \ No newline at end of file + - linux/amd64 + - linux/arm64 + - linux/arm/v7 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 5b29816..f004413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ # 2023-08-09 -FROM --platform=linux/amd64 debian:stable-slim +FROM debian:stable-slim ARG TARGETPLATFORM ARG TARGETOS