mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-23 04:06:24 +00:00
fix: cannot compile with docker on m1 mac
This commit is contained in:
parent
59b3251713
commit
90609ca5c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user