Skip to content

Commit

Permalink
Restored x32 architechtures
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Mar 30, 2022
1 parent 79fc37d commit 681b8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=${BUILD_ARCH} golang:${GO_VERSION}-alpine AS tools
FROM --platform=${TARGETPLATFORM} 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
2 changes: 1 addition & 1 deletion timescaledb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slug": "timescaledb",
"description": "An open-source database built on PostgreSQL for analyzing time-series data with the power and convenience of SQL",
"url": "https://github.com/Expaso/hassos-addon-timescaledb",
"arch": ["aarch64", "amd64"],
"arch": ["aarch64", "amd64", "armv7", "armhf", "i386"],
"startup": "system",
"boot": "auto",
"init": false,
Expand Down

0 comments on commit 681b8d0

Please sign in to comment.