Add Heroku-20 to deploy-runtimes default stacks list (#1104)

Now `make deploy-runtimes` will build binaries for Heroku-20 by default
too, without the need to pass it in via an explicit `STACKS=...`list.

Closes @W-8233698@.

[skip changelog]
This commit is contained in:
Ed Morley
2020-10-19 20:48:34 +01:00
committed by GitHub
parent f9d5c0010d
commit 96822983ed
+1 -1
View File
@@ -2,7 +2,7 @@
.PHONY: check test builder-image buildenv deploy-runtimes tools
STACK ?= heroku-18
STACKS ?= cedar-14 heroku-16 heroku-18
STACKS ?= cedar-14 heroku-16 heroku-18 heroku-20
TEST_CMD ?= test/run-versions && test/run-features && test/run-deps
ENV_FILE ?= builds/dockerenv.default
BUILDER_IMAGE_PREFIX := heroku-python-build