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

@@ -18,9 +18,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
#
FROM --platform=$BUILDPLATFORM debian:stable-slim
FROM --platform=$TARGETOS/$TARGETARCH debian:stable-slim
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"