Compare commits

..

2 Commits

Author SHA1 Message Date
Nathan Wagner
ceaa1d7f73 updating readme for me 2022-07-17 16:09:25 -04:00
Nathan Wagner
465475c7a5 updating dockerfile to be real place of creating environment 2022-07-17 16:07:39 -04:00
2 changed files with 12 additions and 2 deletions

View File

@@ -11,5 +11,3 @@ RUN make
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN go install -v ./... RUN go install -v ./...
FROM golang:1.18.3-buster
COPY --from=builder /usr/src/app/vendor/rpi-rgb-led-matrix/lib/. /lib

View File

@@ -1,3 +1,15 @@
# Nathan readme
sudo docker build . -t registry.local/rgbarm64lib:latest
running this will get the build environment created
go app has to be built in /usr/src/app/subdir directory for now
# go-rpi-rgb-led-matrix [![GoDoc](https://godoc.org/github.com/mcuadros/go-rpi-rgb-led-matrix?status.svg)](https://godoc.org/github.com/mcuadros/go-rpi-rgb-led-matrix) [![Build Status](https://travis-ci.org/mcuadros/go-rpi-rgb-led-matrix.svg?branch=master)](https://travis-ci.org/mcuadros/go-rpi-rgb-led-matrix) # go-rpi-rgb-led-matrix [![GoDoc](https://godoc.org/github.com/mcuadros/go-rpi-rgb-led-matrix?status.svg)](https://godoc.org/github.com/mcuadros/go-rpi-rgb-led-matrix) [![Build Status](https://travis-ci.org/mcuadros/go-rpi-rgb-led-matrix.svg?branch=master)](https://travis-ci.org/mcuadros/go-rpi-rgb-led-matrix)
<img width="250" src="https://cloud.githubusercontent.com/assets/1573114/20248154/c17c1f2e-a9dd-11e6-805b-bf7d8ee73121.gif" align="right" /> <img width="250" src="https://cloud.githubusercontent.com/assets/1573114/20248154/c17c1f2e-a9dd-11e6-805b-bf7d8ee73121.gif" align="right" />