Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Add build actions
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
  • Loading branch information
superna9999 committed Mar 14, 2023
1 parent f8d5768 commit fb6da71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
artifacts: []
EOF
for tclibc in ${{github.tclibc}}; do
for tclibc in ${{inputs.tclibc}}; do
cat << EOF >> plan.yaml
${tclibc}: &${tclibc}
local_conf:
Expand All @@ -83,7 +83,7 @@ jobs:
jobs:
EOF
for tclibc in ${{github.tclibc}}; do
for tclibc in ${{inputs.tclibc}}; do
cat << EOF >> plan.yaml
- name: ${tclibc}
bakes:
Expand Down

0 comments on commit fb6da71

Please sign in to comment.