Skip to content

Commit

Permalink
Fix focal build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 2, 2020
1 parent cb2e170 commit e173569
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ $(addsuffix -armhf, $(VARIANTS)): %-armhf: %-$(VERSION)-armhf.tar.xz
$(addsuffix -arm64, $(VARIANTS)): %-arm64: %-$(VERSION)-arm64.tar.xz

ubuntu-%.tar.xz: BUILD_MODE=ubuntu
ubuntu-bionic-%.tar.xz: BUILD_SUITE=bionic
ubuntu-disco-%.tar.xz: BUILD_SUITE=disco
ubuntu-focal-%.tar.xz: BUILD_SUITE=focal

debian-%.tar.xz: BUILD_MODE=debian
debian-stretch-%.tar.xz: BUILD_SUITE=stretch
debian-buster-%.tar.xz: BUILD_SUITE=buster

.PHONY: shell # run docker shell to build image
Expand Down

0 comments on commit e173569

Please sign in to comment.