Skip to content

Commit

Permalink
deployment: just make non amd builds
Browse files Browse the repository at this point in the history
  • Loading branch information
desimone committed May 3, 2019
1 parent bad5793 commit d235f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.arm32v6
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY go.mod go.sum ./
RUN go mod download
COPY . .
# build
RUN make
RUN make build

FROM gcr.io/distroless/static
WORKDIR /pomerium
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY go.mod go.sum ./
RUN go mod download
COPY . .
# build
RUN make
RUN make build

FROM gcr.io/distroless/static
WORKDIR /pomerium
Expand Down

0 comments on commit d235f8e

Please sign in to comment.