Skip to content

Commit

Permalink
build: multiarch go
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 29, 2024
1 parent 1446ebc commit 1304b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ADD https://github.com/skpr/mtk.git#$MTK_VERSION ./mtk
WORKDIR /go/src/github.com/skpr/mtk

# compile
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o bin/mtk-dump github.com/skpr/mtk/cmd/mtk
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -a -o bin/mtk-dump github.com/skpr/mtk/cmd/mtk

ARG IMAGE_REPO
FROM ${IMAGE_REPO:-uselagoon}/commons as commons
Expand Down

0 comments on commit 1304b2f

Please sign in to comment.