Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Ubuntu Artful (17.10) #122

Merged
merged 1 commit into from
Jul 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clean: ## remove build artifacts
deb: ubuntu debian raspbian ## build all deb packages

.PHONY: ubuntu
ubuntu: ubuntu-bionic ubuntu-artful ubuntu-xenial ubuntu-trusty ## build all ubuntu deb packages
ubuntu: ubuntu-bionic ubuntu-xenial ubuntu-trusty ## build all ubuntu deb packages

.PHONY: debian
debian: debian-stretch debian-jessie ## build all debian deb packages
Expand All @@ -54,12 +54,6 @@ ubuntu-trusty: ## build ubuntu trusty deb packages
$(RUN)
$(CHOWN) -R $(shell id -u):$(shell id -g) debbuild/$@

.PHONY: ubuntu-artful
ubuntu-artful: ## build ubuntu artful deb packages
$(BUILD)
$(RUN)
$(CHOWN) -R $(shell id -u):$(shell id -g) debbuild/$@

.PHONY: ubuntu-bionic
ubuntu-bionic: ## build ubuntu bionic deb packages
$(BUILD)
Expand Down
28 changes: 0 additions & 28 deletions deb/ubuntu-artful/Dockerfile.armv7l

This file was deleted.

28 changes: 0 additions & 28 deletions deb/ubuntu-artful/Dockerfile.ppc64le

This file was deleted.

28 changes: 0 additions & 28 deletions deb/ubuntu-artful/Dockerfile.s390x

This file was deleted.

28 changes: 0 additions & 28 deletions deb/ubuntu-artful/Dockerfile.x86_64

This file was deleted.