Skip to content

Commit e173569

Browse files
committed
Fix focal build
1 parent cb2e170 commit e173569

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ $(addsuffix -armhf, $(VARIANTS)): %-armhf: %-$(VERSION)-armhf.tar.xz
2626
$(addsuffix -arm64, $(VARIANTS)): %-arm64: %-$(VERSION)-arm64.tar.xz
2727

2828
ubuntu-%.tar.xz: BUILD_MODE=ubuntu
29-
ubuntu-bionic-%.tar.xz: BUILD_SUITE=bionic
30-
ubuntu-disco-%.tar.xz: BUILD_SUITE=disco
29+
ubuntu-focal-%.tar.xz: BUILD_SUITE=focal
3130

3231
debian-%.tar.xz: BUILD_MODE=debian
33-
debian-stretch-%.tar.xz: BUILD_SUITE=stretch
3432
debian-buster-%.tar.xz: BUILD_SUITE=buster
3533

3634
.PHONY: shell # run docker shell to build image

0 commit comments

Comments
 (0)