Skip to content

Commit

Permalink
See if the issue is ubuntu-20.04 builds reseting binfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Oct 6, 2023
1 parent 6a495ba commit 74dd357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-nightly:
- OOD_PACKAGING_DIST: [el9]
OOD_PACKAGING_ARCH: [x86_64, aarch64, ppc64le]
# Ubuntu doesn't have way to get NodeJS 14+ on ppc64le
- OOD_PACKAGING_DIST: [ubuntu-20.04, ubuntu-22.04]
- OOD_PACKAGING_DIST: [ubuntu-22.04]
OOD_PACKAGING_ARCH: [x86_64, aarch64]
# Amazon 2023 on aarch64 is slow and will time out
- OOD_PACKAGING_DIST: [amzn2023]
Expand Down Expand Up @@ -69,7 +69,7 @@ build:
- OOD_PACKAGING_DIST: [el9]
OOD_PACKAGING_ARCH: [x86_64, aarch64, ppc64le]
# Ubuntu doesn't have way to get NodeJS 14+ on ppc64le
- OOD_PACKAGING_DIST: [ubuntu-20.04, ubuntu-22.04]
- OOD_PACKAGING_DIST: [ubuntu-22.04]
OOD_PACKAGING_ARCH: [x86_64, aarch64]
# Amazon 2023 on aarch64 is slow and will time out
- OOD_PACKAGING_DIST: [amzn2023]
Expand Down

0 comments on commit 74dd357

Please sign in to comment.