We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2e170 commit e173569Copy full SHA for e173569
Makefile
@@ -26,11 +26,9 @@ $(addsuffix -armhf, $(VARIANTS)): %-armhf: %-$(VERSION)-armhf.tar.xz
26
$(addsuffix -arm64, $(VARIANTS)): %-arm64: %-$(VERSION)-arm64.tar.xz
27
28
ubuntu-%.tar.xz: BUILD_MODE=ubuntu
29
-ubuntu-bionic-%.tar.xz: BUILD_SUITE=bionic
30
-ubuntu-disco-%.tar.xz: BUILD_SUITE=disco
+ubuntu-focal-%.tar.xz: BUILD_SUITE=focal
31
32
debian-%.tar.xz: BUILD_MODE=debian
33
-debian-stretch-%.tar.xz: BUILD_SUITE=stretch
34
debian-buster-%.tar.xz: BUILD_SUITE=buster
35
36
.PHONY: shell # run docker shell to build image
0 commit comments