Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Mar 30, 2024
1 parent 26f6fb8 commit e5c8d17
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 e5c8d17

Please sign in to comment.