We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 535e023 + 03e8b9e commit f973271Copy full SHA for f973271
.github/workflows/e2e.yaml
@@ -36,7 +36,7 @@ on:
36
37
jobs:
38
e2e-tests:
39
- runs-on: linux-amd64-cpu4
+ runs-on: ubuntu-latest
40
steps:
41
- name: Check out code
42
uses: actions/checkout@v4
.github/workflows/image.yaml
@@ -27,7 +27,7 @@ on:
27
28
29
packages:
30
31
strategy:
32
matrix:
33
target:
@@ -49,7 +49,7 @@ jobs:
49
- ispr: true
50
target: centos8-ppc64le
51
fail-fast: false
52
-
+
53
54
- uses: actions/checkout@v4
55
name: Check out code
@@ -76,7 +76,7 @@ jobs:
76
path: ${{ github.workspace }}/dist/*
77
78
image:
79
80
81
82
dist:
0 commit comments