ci(java): Disable openj9 builds due to missing base image
This commit is contained in:
6
.github/workflows/java.yml
vendored
6
.github/workflows/java.yml
vendored
@@ -17,11 +17,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- 8
|
- 8
|
||||||
- 8j9
|
# - 8j9
|
||||||
- 11
|
- 11
|
||||||
- 11j9
|
# - 11j9
|
||||||
- 16
|
- 16
|
||||||
- 16j9
|
# - 16j9
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: docker/setup-qemu-action@v1
|
- uses: docker/setup-qemu-action@v1
|
||||||
|
Reference in New Issue
Block a user