From 41af4ba1721898d3a129e5ae84370d4ffe1f2988 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 29 Mar 2023 09:47:56 -0300 Subject: Makefile: Use dedicated VM images for different Ubuntu packagers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9884bc9..7ba0237 100644 --- a/Makefile +++ b/Makefile @@ -155,10 +155,10 @@ check-guix: result-local.sentinel result-internet.sentinel $(test-config-files) HTTP-REMOTE = 'https://euandre.org/s/package-repository' GIT-REMOTE = 'https://euandre.org/git/package-repository' check-ubuntu-x86_64-deb: - sh tests/vm-check.sh -x -H ubuntu-x86_64-headless -r $(HTTP-REMOTE) -t deb + sh tests/vm-check.sh -x -H ubuntu-x86_64-headless-deb -r $(HTTP-REMOTE) -t deb check-ubuntu-x86_64-homebrew: - sh tests/vm-check.sh -x -H ubuntu-x86_64-headless -r $(GIT-REMOTE) -t homebrew + sh tests/vm-check.sh -x -H ubuntu-x86_64-headless-homebrew -r $(GIT-REMOTE) -t homebrew check-ubuntu: check-ubuntu-x86_64-deb check-ubuntu-x86_64-homebrew -- cgit v1.2.3