Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Sep 13, 2022
1 parent da89e08 commit e961c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
# succesful tests matrix:
platforms: ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le']
postgres: ['15beta4']
postgis: ['3.2']
postgis: ['3.3']
variant: [alpine]
include:
- postgres: '15beta4'
postgis: '3.2'
postgis: '3.3'
variant: 'default'
platforms: 'linux/arm64'
- postgres: '15beta4'
postgis: '3.2'
postgis: '3.3'
variant: 'default'
platforms: 'linux/ppc64le'

Expand Down

0 comments on commit e961c2d

Please sign in to comment.