Skip to content

Commit

Permalink
Only build binaries for a specific Ubuntu version.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Feb 23, 2016
1 parent c0c778c commit 50969f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Expand Up @@ -108,7 +108,7 @@ function rbx_deploy_travis_binary {
declare -a paths os_releases versions

if [[ $os_name == linux ]]; then
os_releases=("12.04" "14.04" "15.10")
os_releases=($(cat /etc/issue | egrep -o '[[:digit:]]+\.[[:digit:]]+'))
for (( i=0; i < ${#os_releases[@]}; i++ )); do
paths[i]="/ubuntu/${os_releases[i]}/x86_64/"
done
Expand Down

0 comments on commit 50969f8

Please sign in to comment.