Skip to content
Snippets Groups Projects
Commit f2baa956 authored by Alex Ellis's avatar Alex Ellis
Browse files

Add re-direct for ARMHF function store


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent 979e44bf
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ COPY handlers handlers
COPY metrics metrics
COPY requests requests
COPY tests tests
COPY server.go .
COPY types types
COPY plugin plugin
COPY queue queue
COPY server.go .
RUN GOARM=6 CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o gateway .
......@@ -25,6 +25,6 @@ ENV https_proxy ""
COPY --from=0 /go/src/github.com/openfaas/faas/gateway/gateway .
COPY assets assets
RUN sed -ie s/store.json/store-armhf.json/g /root/assets/script/funcstore.js
CMD ["./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