Skip to content

Commit

Permalink
FABC-563 Update Postgres version to 9.6 in s390x
Browse files Browse the repository at this point in the history
Upgrade postgres version to 9.6 in s390x and keep
9.5 in x86

Change-Id: I2d3e2c416657deb87e8880e825de4d540fe1bb51
Signed-off-by: rameshthoomu <[email protected]>
  • Loading branch information
rameshthoomu authored and Saad Karim committed Sep 19, 2018
1 parent 8ecada3 commit 2eda2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ FABRIC_TAG ?= $(ARCH)-$(BASE_VERSION)
endif

ifeq ($(ARCH),s390x)
PGVER=9.4
PGVER=9.6
else
PGVER=9.5
endif
Expand Down

0 comments on commit 2eda2f6

Please sign in to comment.