Skip to content

Commit 5af15c8

Browse files
authored
Merge pull request hapostgres#1066 from hashworks/cleanup/drop-i386
Drop i386 support
2 parents 13cd5f3 + c158f26 commit 5af15c8

File tree

2 files changed

+0
-92
lines changed

2 files changed

+0
-92
lines changed

Dockerfile.i386

Lines changed: 0 additions & 77 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ build: $(BUILD_TARGETS) ;
288288
build-demo:
289289
docker build $(BUILD_ARGS_pg$(PGVERSION)) -t citusdata/pg_auto_failover:demo .
290290

291-
.PHONY: build-i386
292-
build-i386: Dockerfile.i386
293-
docker build -t i386:latest -f Dockerfile.i386 .
294-
295291
.PHONY: build-image
296292
build-image:
297293
docker build --target build -t $(BUILD_CONTAINER_NAME) .
@@ -341,17 +337,6 @@ run-test: build-test-pg$(PGVERSION)
341337
make -C /usr/src/pg_auto_failover test \
342338
PGVERSION=$(PGVERSION) TEST='${TEST}'
343339

344-
# expected to be run from within the i386 docker container
345-
.PHONY: installcheck-i386
346-
installcheck-i386:
347-
pg_autoctl run &
348-
pg_autoctl do pgsetup wait
349-
$(MAKE) -C src/monitor installcheck
350-
351-
.PHONY: run-installcheck-i386
352-
run-installcheck-i386: build-i386
353-
docker run --platform linux/386 --rm -it --privileged i386 make installcheck-i386
354-
355340
#
356341
# BE INTERACTIVE
357342
#

0 commit comments

Comments
 (0)