@@ -17,11 +17,15 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
#
20
- platforms : ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le','linux/mips64le','linux/s390x']
20
+ platforms : ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le']
21
+ #
22
+ # platforms: ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/mips64le','linux/ppc64le','linux/s390x']
21
23
#
22
- # platforms: ['linux/arm64','linux/arm/v7','linux/arm/v5','linux/386','linux/mips64le','linux/ppc64le','linux/s390x']
23
24
# comments:
24
25
# 'linux/arm/v7' - default/debian: Unable to locate package postgresql-14-postgis-3;
26
+ # 'linux/arm/v6' - default/debian: Unable to locate package postgresql-14-postgis-3;
27
+ # 'linux/s390x' alpine: failed test.
28
+ # 'linux/mips64le' alpine failed test.
25
29
#
26
30
postgres : [14]
27
31
postgis : ['3.2']
38
42
variant : ' default'
39
43
platforms : ' linux/ppc64le'
40
44
41
-
42
- # - postgres: 14
43
- # postgis: '3.2'
44
- # variant: 'alpine'
45
- # platforms: 'linux/arm/v7'
46
- # - postgres: 14
47
- # postgis: '3.2'
48
- # variant: 'alpine'
49
- # platforms: 'linux/arm/v5'
50
- # - postgres: 14
51
- # postgis: '3.2'
52
- # variant: 'alpine'
53
- # platforms: 'linux/386'
54
- # - postgres: 14
55
- # postgis: '3.2'
56
- # variant: 'alpine'
57
- # platforms: 'linux/mips64le'
58
- # - postgres: 14
59
- # postgis: '3.2'
60
- # variant: 'alpine'
61
- # platforms: 'linux/ppc64le'
62
- # - postgres: 14
63
- # postgis: '3.2'
64
- # variant: 'alpine'
65
- # platforms: 'linux/s390x'
66
-
67
45
name : ${{ matrix.platforms }} ${{ matrix.postgres }}-${{ matrix.postgis }} ${{ matrix.variant }}
68
46
runs-on : ubuntu-latest
69
47
82
60
- name : Set up Docker Buildx
83
61
uses : docker/setup-buildx-action@v2
84
62
85
- - run : docker buildx inspect --bootstrap
63
+ - name : " docker buildx inspect --bootstrap"
64
+ run : docker buildx inspect --bootstrap
86
65
87
- - run : docker buildx ls
66
+ - name : " docker buildx ls"
67
+ run : docker buildx ls
88
68
89
69
- if : ${{ env.VARIANT == 'alpine' }}
90
70
run : docker pull --platform=${{ matrix.platforms }} postgres:${{ matrix.postgres }}-alpine3.16 && docker inspect postgres:${{ matrix.postgres }}-alpine3.16
100
80
POSTGRES_TEST_TRIES : 42
101
81
POSTGRES_TEST_SLEEP : 2
102
82
103
- - run : docker images
83
+ - name : " docker images"
84
+ run : docker images
104
85
105
86
- if : ${{ env.VARIANT == 'default' }}
106
87
run : docker inspect postgis/postgis:${{ env.VERSION }}
0 commit comments