Fucking Docker...sincerly

This commit is contained in:
Armel FAUVEAU
2024-10-10 02:59:43 +02:00
parent 31c17fa2ac
commit 80ad0d8f6c
3 changed files with 29 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=amd64 archlinux:latest
FROM --platform=linux/amd64
RUN pacman -Syyu base-devel --noconfirm
RUN pacman -Syyu arm-none-eabi-gcc --noconfirm
RUN pacman -Syyu arm-none-eabi-newlib --noconfirm
@@ -7,6 +7,4 @@ RUN pacman -Syyu python-pip --noconfirm
RUN pacman -Syyu python-crcmod --noconfirm
WORKDIR /app
COPY . .
RUN git submodule update --init --recursive
#RUN make && cp firmware* compiled-firmware/
RUN git submodule update --init --recursive