Skip to content
Snippets Groups Projects
Commit 8fe8120b authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Add missing files to ARM Dockerfile


Appears to have been missed during recent PRs from community.

Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
parent 24dfcb62
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,11 @@ COPY handlers handlers
COPY metrics metrics
COPY requests requests
COPY tests tests
COPY types types
COPY plugin plugin
COPY queue queue
COPY queue queue
COPY plugin plugin
COPY version version
COPY server.go .
RUN GOARM=7 CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o gateway .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment