Skip to content

Commit 9682298

Browse files
authored
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]
1 parent f9d5c00 commit 9682298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY: check test builder-image buildenv deploy-runtimes tools
33

44
STACK ?= heroku-18
5-
STACKS ?= cedar-14 heroku-16 heroku-18
5+
STACKS ?= cedar-14 heroku-16 heroku-18 heroku-20
66
TEST_CMD ?= test/run-versions && test/run-features && test/run-deps
77
ENV_FILE ?= builds/dockerenv.default
88
BUILDER_IMAGE_PREFIX := heroku-python-build

0 commit comments

Comments
 (0)