forked from vieter-v/vieter
Let's test matrix builds using platforms
parent
f064cd6549
commit
e1ca4085ff
|
@ -1,7 +1,12 @@
|
||||||
|
matrix:
|
||||||
|
PLATFORM:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
|
|
||||||
# These checks already get performed on the feature branches
|
# These checks already get performed on the feature branches
|
||||||
branches:
|
branches:
|
||||||
exclude: [ main, dev ]
|
exclude: [ main, dev ]
|
||||||
platform: linux/amd64
|
platform: $PLATFORM
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
vieter:
|
vieter:
|
||||||
|
|
Loading…
Reference in New Issue