fix: multi platform builds

This commit is contained in:
softwarenoob
2022-05-23 05:17:41 +03:00
parent cc7a9d0da5
commit 5e94fc4239
22 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM erlang:23-alpine
FROM --platform=$TARGETOS/$TARGETARCH erlang:23-alpine
LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de"