aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-29 09:47:56 -0300
committerEuAndreh <eu@euandre.org>2023-03-29 09:47:56 -0300
commit41af4ba1721898d3a129e5ae84370d4ffe1f2988 (patch)
tree247a19c75bb10cef7b2be2ee6cba58e1f8651d50 /Makefile
parentMakefile: Add required dependency to "check-alpine-x86_64-apk" (diff)
downloadpackage-repository-41af4ba1721898d3a129e5ae84370d4ffe1f2988.tar.gz
package-repository-41af4ba1721898d3a129e5ae84370d4ffe1f2988.tar.xz
Makefile: Use dedicated VM images for different Ubuntu packagers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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