Skip to content

Commit 64deb21

Browse files
committed
[AURON #1790] Rename workflow build-ce-releases.yml
1 parent c1548b0 commit 64deb21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
name: Build Centos7 Releases
18+
name: Build x86 Releases
1919

2020
on:
2121
workflow_dispatch:
@@ -34,7 +34,7 @@ on:
3434
jobs:
3535
build-snapshot:
3636
name: Build Snapshot
37-
runs-on: ubuntu-24.04
37+
runs-on: ${{ matrix.runner }}
3838
strategy:
3939
matrix:
4040
sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, spark-3.5]
@@ -101,6 +101,7 @@ jobs:
101101
sed -i 's/docker-compose -f/docker compose -f/g' ./auron-build.sh
102102
./auron-build.sh \
103103
--docker true \
104+
--image centos7 \
104105
--release \
105106
--sparkver ${{ env.sparkver_short }} \
106107
--scalaver ${{ matrix.scalaver }}

0 commit comments

Comments
 (0)