removed from platform & readded arm to .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-13 19:51:01 +02:00
parent 1381d3e888
commit ec11d948d8
2 changed files with 4 additions and 2 deletions

View File

@ -23,3 +23,5 @@ steps:
- JAVA_HOME=/opt/graalvm - JAVA_HOME=/opt/graalvm
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64
- linux/arm/v7

View File

@ -26,7 +26,7 @@
# 2023-08-09 # 2023-08-09
FROM --platform=linux/amd64 debian:stable-slim FROM debian:stable-slim
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG TARGETOS ARG TARGETOS