Skip to content

Commit 204976c

Browse files
committed
[AURON #1790] Rename workflow build-ce-releases.yml
1 parent beb0638 commit 204976c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-ce7-releases.yml renamed to .github/workflows/build-amd64-releases.yml

Lines changed: 5 additions & 4 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 amd64 Releases
1919

2020
on:
2121
workflow_dispatch:
@@ -33,15 +33,15 @@ on:
3333

3434
jobs:
3535
build-snapshot:
36-
name: Build Snapshot
37-
runs-on: ubuntu-24.04
36+
name: Build amd64
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]
4141
scalaver: [ 2.12, 2.13 ]
4242
javaver: [ 8, 21 ]
4343
auronver: [7.0.0-SNAPSHOT]
44-
runner: [ce7]
44+
runner: [ ubuntu-24.04 ]
4545
exclude:
4646
# Only build on scala-2.13 for spark-3.5
4747
- sparkver: spark-3.0
@@ -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 ubuntu24 \
104105
--release \
105106
--sparkver ${{ env.sparkver_short }} \
106107
--scalaver ${{ matrix.scalaver }}

0 commit comments

Comments
 (0)