Skip to content

Commit 61cfd5a

Browse files
committed
imp: workflow
1 parent 98efc64 commit 61cfd5a

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/isodoo.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,16 @@ jobs:
9898

9999
strategy:
100100
matrix:
101-
version: ["6.0", "6.1", "7.0", "8.0", "9.0", "10.0", "11.0", "12.0", "13.0", "14.0", "15.0", "16.0", "17.0", "18.0", "19.0"]
101+
version: ["6.0", "6.1", "7.0", "8.0", "9.0", "10.0", "11.0", "12.0", "13.0", "14.0", "15.0"]
102+
platforms: ["linux/amd64"]
103+
include:
104+
- odoo_version: "16.0"
105+
platforms: "linux/amd64,linux/arm64"
106+
- odoo_version: "17.0"
107+
platforms: "linux/amd64,linux/arm64"
108+
- odoo_version: "18.0"
109+
platforms: "linux/amd64,linux/arm64"
110+
- odoo_version: "19.0"
102111

103112
steps:
104113
- name: Checkout
@@ -146,4 +155,4 @@ jobs:
146155
cache-to: type=gha,mode=max,scope=odoo-${{ matrix.version }}
147156
provenance: mode=max
148157
sbom: true
149-
platforms: linux/amd64,linux/arm64
158+
platforms: ${{ matrix.platforms }}

0 commit comments

Comments
 (0)