just pushing

master
nathan wagner 2 years ago
parent b26063b316
commit a9bdf22e57

@ -0,0 +1,10 @@
FROM golang:1.18.3-buster
WORKDIR /usr/src/app
COPY . .
RUN apt-get install -y git
WORKDIR /usr/src/app/vendor/rpi-rgb-led-matrix/
RUN git submodule update --init
RUN make
WORKDIR /usr/src/app
RUN go install -v ./...

@ -0,0 +1 @@
docker buildx build --platform linux/arm64 .

@ -0,0 +1,3 @@
module gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix.git
go 1.17
Loading…
Cancel
Save