Skip to content

Commit

Permalink
Merge pull request #87 from bmf-san/fix/build-arch
Browse files Browse the repository at this point in the history
Fix build arch
  • Loading branch information
bmf-san authored Apr 20, 2023
2 parents 8236329 + b4dcedc commit 649ed0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN apk update && \
apk add --no-cache libc-dev gcc git openssh openssl bash

ENV CGO_ENABLED=0
ENV GOOS=${TARGETARCH}
ENV GOARCH=arm64
ENV GOOS=linux
ENV GOARCH=${TARGETARCH}

RUN go build -o app

Expand Down

0 comments on commit 649ed0f

Please sign in to comment.