mirror of
https://github.com/outbackdingo/incus-os.git
synced 2026-01-27 10:19:24 +00:00
Makefile: Remove rename step
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -30,8 +30,7 @@ jobs:
|
||||
debian-archive-keyring \
|
||||
make \
|
||||
pipx \
|
||||
qemu-utils \
|
||||
rename
|
||||
qemu-utils
|
||||
|
||||
- name: Setup Incus
|
||||
run: |
|
||||
|
||||
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -31,8 +31,7 @@ jobs:
|
||||
debian-archive-keyring \
|
||||
make \
|
||||
pipx \
|
||||
qemu-utils \
|
||||
rename
|
||||
qemu-utils
|
||||
|
||||
- name: Setup Incus
|
||||
run: |
|
||||
|
||||
1
Makefile
1
Makefile
@@ -18,7 +18,6 @@ build:
|
||||
sudo rm -Rf mkosi.output/base* mkosi.output/debug* mkosi.output/incus*
|
||||
sudo -E $(shell command -v mkosi) --cache-dir .cache/ build
|
||||
sudo chown $(shell id -u):$(shell id -g) mkosi.output
|
||||
rename -E "s/usr-x86-64-verity-sig\..*/usr-x86-64-verity-sig.raw/g" -E "s/usr-x86-64-verity\..*/usr-x86-64-verity.raw/g" -E "s/usr-x86-64\..*/usr-x86-64.raw/g" -- mkosi.output/*
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user