fix: cannot compile with docker on m1 mac

This commit is contained in:
Joe Matthews 2023-11-29 01:09:17 -06:00 committed by egzumer
parent 59b3251713
commit 90609ca5c5

View File

@ -1,4 +1,4 @@
FROM archlinux:latest
FROM --platform=amd64 archlinux:latest
RUN pacman -Syyu base-devel --noconfirm
RUN pacman -Syyu arm-none-eabi-gcc --noconfirm
RUN pacman -Syyu arm-none-eabi-newlib --noconfirm