Compare commits

...

2 Commits

Author SHA1 Message Date
bce1311cc7 Correctie build name artifacts pipeline
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 4s
compile / rockylinux-9-compile (push) Successful in 32s
compile / Fedora-40-compile (push) Successful in 40s
2024-09-28 14:41:03 +02:00
8fc23b9303 Correctie build name pipeline
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 6s
compile / rockylinux-9-compile (push) Successful in 31s
compile / Fedora-40-compile (push) Successful in 39s
2024-09-28 14:39:08 +02:00

View File

@@ -5,7 +5,7 @@ on:
jobs:
rockylinux-9-compile:
runs-on: rockylinyx9
runs-on: rockylinux9
steps:
- name: Aanpassen lokale yum repo
run: "sed -i -e 's@^mirrorlist=@#mirrorlist=@' -e 's@#baseurl=\
@@ -20,7 +20,7 @@ jobs:
run: make
- uses: actions/upload-artifact@v3
with:
name: x86_64-fedora-38-wait
name: x86_64-rockylinux-9-wait
path: wait
Fedora-40-compile:
runs-on: fedora-40
@@ -39,7 +39,7 @@ jobs:
run: make
- uses: actions/upload-artifact@v3
with:
name: x86_64-fedora-38-wait
name: x86_64-fedora-40-wait
path: wait
Ubuntu-bullseye-compile:
runs-on: node-ubuntu-bullseye