File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 70
70
docker push ghcr.io/mcserverhosting-net/os:latest
71
71
72
72
- name : Build ISOs
73
- # if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
73
+ if : steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
74
74
env :
75
75
K8S_VERSION : ${{ env.K8S_VERSION }}
76
76
ENABLE_NVIDIA : ${{ env.ENABLE_NVIDIA }}
@@ -86,18 +86,18 @@ jobs:
86
86
-c "cd /workspace && make clean && make K8S_VERSION=$K8S_VERSION ENABLE_NVIDIA=$ENABLE_NVIDIA ENABLE_AMD=$ENABLE_AMD"
87
87
88
88
- name : List generated ISOs
89
- # if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
89
+ if : steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
90
90
run : ls -lh baseline/out/*.iso
91
91
92
92
- name : Upload ISO Artifacts
93
- # if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
93
+ if : steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
94
94
uses : actions/upload-artifact@v3
95
95
with :
96
96
name : custom-archiso
97
97
path : baseline/out/*.iso
98
98
99
99
- name : Create GitHub Release
100
- # if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
100
+ if : steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
101
101
uses : softprops/action-gh-release@v1
102
102
with :
103
103
tag_name : ' v${{ env.K8S_VERSION }}'
Original file line number Diff line number Diff line change 25
25
nss-mdns
26
26
open-iscsi
27
27
xfsprogs
28
+ dhclient
28
29
${UNIX_TOOLS}
29
30
${NVIDIA_PACKAGES}
30
31
${AMD_PACKAGES}
You can’t perform that action at this time.
0 commit comments