Skip to content

Commit

Permalink
Update arch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Oct 5, 2024
1 parent 485df6c commit a962ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
echo 'labels_contain_size=1' >> $GITHUB_OUTPUT
fi
if [[ "$labels" == *"Arch: arm"* ]]; then
echo setting arch_contains_arm_arm64 ####
echo 'arch_contains_arm_arm64=1' >> $GITHUB_OUTPUT
elif [[ "$labels" == *"Arch: risc-v"* ]]; then
echo 'arch_contains_riscv=1' >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
echo numlabels=$numlabels
echo labels_contain_size=$labels_contain_size
echo arch_contains_arm_arm64=$arch_contains_arm_arm64
echo arch_contains_arm_arm64a=${{ steps.get-arch.outputs.arch_contains_arm_arm64 }}
numlabels=2
labels_contain_size=1
Expand Down

0 comments on commit a962ff1

Please sign in to comment.