Skip to content

Commit

Permalink
Update make_722.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Aug 27, 2024
1 parent a7f04ed commit 6673841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make_722.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
curl -kLO https://github.com/PeterSuh-Q3/redpill-load/raw/master/config/temp-dt-config.json
curl -kLO https://github.com/PeterSuh-Q3/redpill-load/raw/master/config/temp-nondt-config.json
curl -kLO https://github.com/PeterSuh-Q3/redpill-load/raw/master/config/temp-apollolake-config.json
curl -kLO https://github.com/PeterSuh-Q3/redpill-load/raw/master/config/temp-denverton-config.json
curl -kL https://github.com/PeterSuh-Q3/redpill-load/raw/master/config/custom_config.json -o /opt/dist/custom_config.json
for file in `cat models.72`
do
Expand Down Expand Up @@ -87,6 +88,8 @@ jobs:
if [ $(echo ${DT_PLATFORMS} | grep ${platform_name} | wc -l ) -eq 0 ]; then
if [ ${platform_name} == "apollolake" ]; then
cp -fv temp-apollolake-config.json ${workfile}
elif [ ${platform_name} == "denverton" ]; then
cp -fv temp-denverton-config.json ${workfile}
else
cp -fv temp-nondt-config.json ${workfile}
fi
Expand Down

0 comments on commit 6673841

Please sign in to comment.