Skip to content

Commit 38cd1d7

Browse files
Removing all the other things
1 parent f116a02 commit 38cd1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PREV_TS_IMAGE="timescale/timescaledb:$(PREV_TS_VERSION)-pg$(PG_VER_NUMBER)$(PREV
1010
PREV_IMAGE=$(shell if docker pull $(PREV_TS_IMAGE) >/dev/null; then echo "$(PREV_TS_IMAGE)"; else echo "postgres:$(PG_VER_NUMBER)-alpine"; fi )
1111
# Beta releases should not be tagged as latest, so BETA is used to track.
1212
BETA=$(findstring rc,$(TS_VERSION))
13-
PLATFORM=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
13+
PLATFORM=linux/amd64,linux/arm64
1414

1515
# PUSH_MULTI can be set to nothing for dry-run without pushing during multi-arch build
1616
PUSH_MULTI=--push

0 commit comments

Comments
 (0)