Skip to content

Commit 47ce4e1

Browse files
committed
Fix disco build
1 parent 45a4c04 commit 47ce4e1

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
@@ -27,7 +27,7 @@ $(addsuffix -arm64, $(VARIANTS)): %-arm64: %-$(VERSION)-arm64.tar.xz
2727

2828
ubuntu-%.tar.xz: BUILD_MODE=ubuntu
2929
ubuntu-bionic-%.tar.xz: BUILD_SUITE=bionic
30-
ubuntu-disco-%.tar.xz: BUILD_SUITE=bionic
30+
ubuntu-disco-%.tar.xz: BUILD_SUITE=disco
3131

3232
debian-%.tar.xz: BUILD_MODE=debian
3333
debian-stretch-%.tar.xz: BUILD_SUITE=stretch

0 commit comments

Comments
 (0)