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 alpine:3.9
FROM --platform=$TARGETOS/$TARGETARCH alpine:3.9
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"