Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 18, 2024
1 parent 3c6b49b commit 2139c5b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_package_rock5_debian
name: build_package_x20

on:
push:
Expand Down Expand Up @@ -36,8 +36,7 @@ jobs:
echo $CLOUDSMITH_API_KEY > /opt/ChrootCompilationTest/additionalFiles/cloudsmith_api_key.txt
echo "debian" > /opt/ChrootCompilationTest/additionalFiles/distro.txt
echo "bullseye" > /opt/ChrootCompilationTest/additionalFiles/flavor.txt
echo "rk3566" /opt/ChrootCompilationTest/additionalFiles/board.txt
cd /opt/ChrootCompilationTest/
sudo apt update
sudo bash install_dep.sh
sudo bash build.sh radxa-zero3w $API_KEY debian bullseye
sudo bash build.sh x20 $API_KEY debian bullseye

0 comments on commit 2139c5b

Please sign in to comment.