mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
Revert "ci(ppc64le): switch to ubuntu-24.04-ppc64le-p10"
This reverts commit 866ae53436.
This commit is contained in:
2
.github/workflows/continuous-delivery.yml
vendored
2
.github/workflows/continuous-delivery.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
release_ppc64le:
|
release_ppc64le:
|
||||||
name: Release linux/ppc64le
|
name: Release linux/ppc64le
|
||||||
runs-on: ubuntu-24.04-ppc64le-p10
|
runs-on: ubuntu-24.04-ppc64le
|
||||||
outputs:
|
outputs:
|
||||||
tags: ${{ steps.build_push.outputs.tags }}
|
tags: ${{ steps.build_push.outputs.tags }}
|
||||||
tags_chromium: ${{ steps.build_push.outputs.tags_chromium }}
|
tags_chromium: ${{ steps.build_push.outputs.tags_chromium }}
|
||||||
|
|||||||
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- test-unit
|
- test-unit
|
||||||
name: Snapshot linux/ppc64le
|
name: Snapshot linux/ppc64le
|
||||||
runs-on: ubuntu-24.04-ppc64le-p10
|
runs-on: ubuntu-24.04-ppc64le
|
||||||
outputs:
|
outputs:
|
||||||
tags: ${{ steps.build_test_push.outputs.tags }}
|
tags: ${{ steps.build_test_push.outputs.tags }}
|
||||||
tags_chromium: ${{ steps.build_test_push.outputs.tags_chromium }}
|
tags_chromium: ${{ steps.build_test_push.outputs.tags_chromium }}
|
||||||
@@ -367,7 +367,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- test-unit
|
- test-unit
|
||||||
name: Edge linux/ppc64le
|
name: Edge linux/ppc64le
|
||||||
runs-on: ubuntu-24.04-ppc64le-p10
|
runs-on: ubuntu-24.04-ppc64le
|
||||||
outputs:
|
outputs:
|
||||||
tags: ${{ steps.build_test_push.outputs.tags }}
|
tags: ${{ steps.build_test_push.outputs.tags }}
|
||||||
tags_chromium: ${{ steps.build_test_push.outputs.tags_chromium }}
|
tags_chromium: ${{ steps.build_test_push.outputs.tags_chromium }}
|
||||||
|
|||||||
Reference in New Issue
Block a user