Skip to content

Commit

Permalink
change test from pg14 -> pg15beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Sep 7, 2022
1 parent b1756ea commit 583ebba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
# Not for the `*-master``building. Emulation takes lot of times!
#`
# comments: 2022-09-07
# 'linux/arm/v7' - debian: Unable to locate package postgresql-14-postgis-3;
# 'linux/arm/v6' - debian: Unable to locate package postgresql-14-postgis-3;
# 'linux/arm/v7' - debian: Unable to locate package postgresql-??-postgis-3;
# 'linux/arm/v6' - debian: Unable to locate package postgresql-??-postgis-3;
# 'linux/s390x' [alpine|debian] failed test.
# 'linux/mips64le' [alpine|debian] failed test.
# ...
#
# succesful tests matrix:
platforms: ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le']
postgres: [14]
postgres: ['15beta3']
postgis: ['3.2']
variant: [alpine]
include:
- postgres: 14
- postgres: '15beta3'
postgis: '3.2'
variant: 'default'
platforms: 'linux/arm64'
- postgres: 14
- postgres: '15beta3'
postgis: '3.2'
variant: 'default'
platforms: 'linux/ppc64le'
Expand Down

0 comments on commit 583ebba

Please sign in to comment.