aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-06-22 13:54:13 -0400
committerGitHub <noreply@github.com>2019-06-22 13:54:13 -0400
commit4f296e2a5e76c859cc28746e617f5359a131a0e0 (patch)
tree95c8da79c7e09d25defa75e10282dcee6e93dd5f
parentb780c6fb61bb7d74e0ec2d2252ce1a11999c8735 (diff)
downloaddocker-abuild-4f296e2a5e76c859cc28746e617f5359a131a0e0.tar.bz2
docker-abuild-4f296e2a5e76c859cc28746e617f5359a131a0e0.tar.xz
Makefile: add v3.10
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e9b211..88bcc50 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ VOLS = bin etc lib sbin usr var
# | jq -r '.[].name' \
# )
## let's just manually specify some tags for now
-RELEASES ?= v2.6 v2.7 v3.1 v3.2 v3.3 v3.4 v3.5 v3.6 v3.7 v3.8 v3.9 edge
+RELEASES ?= v2.6 v2.7 v3.1 v3.2 v3.3 v3.4 v3.5 v3.6 v3.7 v3.8 v3.9 v3.10 edge
ARCH := $(shell uname -m)
.PHONY: all