Fucking Docker...sincerly
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user