Compare commits
No commits in common. "fea876fee70286eb24fa39d6f33043aa3af6cdb0" and "494ae6874d2c145b78972d2746f73d1a3ca5d321" have entirely different histories.
fea876fee7
...
494ae6874d
2 changed files with 8 additions and 2 deletions
|
@ -6,9 +6,12 @@ matrix:
|
||||||
- ui
|
- ui
|
||||||
- monolith
|
- monolith
|
||||||
PLATFORM:
|
PLATFORM:
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- oci-image-cache-build
|
- oci-image-cache-build
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
matrix:
|
matrix:
|
||||||
PLATFORM:
|
PLATFORM:
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- java
|
- java
|
||||||
- nodejs
|
- nodejs
|
||||||
|
|
Loading…
Reference in a new issue