Skip to content

Commit

Permalink
Merge pull request #874 from nextstrain/chore/ci-improve-linux-gnu-co…
Browse files Browse the repository at this point in the history
…mpat-2
  • Loading branch information
ivan-aksamentov authored Jun 20, 2022
2 parents db1115f + 2e6f6ee commit ad15870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-dev
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ DOCKER_TARGET="dev"
RUST_TARGET=""
if [ -n "${CROSS:-}" ]; then
if [[ "${CROSS}" == *-gnu ]]; then
DOCKER_BASE_IMAGE="debian:9.13"
DOCKER_BASE_IMAGE="debian:8.11"
fi

DOCKER_TARGET="cross-${CROSS}"
Expand Down

1 comment on commit ad15870

@vercel
Copy link

@vercel vercel bot commented on ad15870 Jun 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade-nextstrain.vercel.app
nextclade.vercel.app
nextclade-git-master-nextstrain.vercel.app

Please sign in to comment.