We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ffed6 commit f116a02Copy full SHA for f116a02
Makefile
@@ -10,7 +10,7 @@ PREV_TS_IMAGE="timescale/timescaledb:$(PREV_TS_VERSION)-pg$(PG_VER_NUMBER)$(PREV
10
PREV_IMAGE=$(shell if docker pull $(PREV_TS_IMAGE) >/dev/null; then echo "$(PREV_TS_IMAGE)"; else echo "postgres:$(PG_VER_NUMBER)-alpine"; fi )
11
# Beta releases should not be tagged as latest, so BETA is used to track.
12
BETA=$(findstring rc,$(TS_VERSION))
13
-PLATFORM=linux/386
+PLATFORM=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
14
15
# PUSH_MULTI can be set to nothing for dry-run without pushing during multi-arch build
16
PUSH_MULTI=--push
0 commit comments