Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Mar 30, 2024
1 parent b84afde commit 4e328b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ multiarch_packages=("qemu" "binfmt-support" "qemu-user-static")
archs="${INPUT_ARCHS}"
platforms="${INPUT_PLATFORMS}"
missing_packages=()

env
# Validate input
if [ -n "$archs" ] && [ -n "$platforms" ]; then
echo "::error::Both 'archs' and 'platforms' are set. Please specify only one."
Expand Down

0 comments on commit 4e328b5

Please sign in to comment.