Skip to content

Commit

Permalink
Run build_and_push when no platform specified.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamro authored and iloveitaly committed Nov 12, 2024
1 parent 19e1c03 commit 2ad8c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function build_and_push_multiple_architectures() {

if [ "${#PLATFORMS[@]}" -gt 1 ]; then
build_and_push_multiple_architectures
elif [ -n "$PLATFORMS" ]; then
else
build_and_push
fi

Expand Down

0 comments on commit 2ad8c4f

Please sign in to comment.