Skip to content

Commit

Permalink
Architechture fix
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Mar 30, 2022
1 parent 681b8d0 commit 83e4d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timescaledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_ARCH=aarch64
###########################################
ARG GO_VERSION=1.14.0

FROM --platform=${TARGETPLATFORM} golang:${GO_VERSION}-alpine AS tools
FROM golang:${GO_VERSION}-alpine AS tools

RUN apk update && apk add --no-cache git \
&& go get github.com/timescale/timescaledb-tune/cmd/timescaledb-tune \
Expand Down

0 comments on commit 83e4d0f

Please sign in to comment.