diff options
author | EuAndreh <eu@euandre.org> | 2023-03-29 09:47:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-29 09:47:56 -0300 |
commit | 41af4ba1721898d3a129e5ae84370d4ffe1f2988 (patch) | |
tree | 247a19c75bb10cef7b2be2ee6cba58e1f8651d50 /Makefile | |
parent | Makefile: Add required dependency to "check-alpine-x86_64-apk" (diff) | |
download | package-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |