This commit is contained in:
parent
ea0c09561f
commit
8873fa4da8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
FROM alpine:latest AS build
|
||||
RUN apk add --no-cache go
|
||||
RUN apk add --no-cache go gcc-arm-none-eabi
|
||||
ADD . /go/lockserver
|
||||
WORKDIR /go/lockserver
|
||||
RUN CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ CGO_ENABLED=1 GOOS=linux GOARCH=arm GOARM=7 go build ./cmd/lockserver
|
||||
|
|
Loading…
Reference in a new issue