File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
- name : Initialize rootfs and initramfs
177
177
run : |
178
178
make rootfs-init
179
- ROOTFS=./rootfs -${{ matrix.arch }} make rootfs-init
179
+ ROOTFS=./alpine -${{ matrix.arch }} make rootfs-init
180
180
181
181
make cpio
182
182
ROOTFS_DIR=./rootfs/alpine-${{ matrix.arch }} make cpio
@@ -200,7 +200,7 @@ jobs:
200
200
uses : actions/upload-artifact@v3
201
201
with :
202
202
name : rootfs
203
- path : rootfs/rootfs -${{ matrix.arch }}.img
203
+ path : rootfs/alpine -${{ matrix.arch }}.img
204
204
205
205
release :
206
206
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ tools-vm_clean:
238
238
# #
239
239
240
240
ROOTFS_PARENT_DIR := $(ROOT_DIR ) /rootfs
241
- ROOTFS ?= $(ROOTFS_PARENT_DIR ) /rootfs- $( ARCH ) .img
241
+ ROOTFS ?= $(ROOTFS_PARENT_DIR ) /$$( basename $( ROOTFS_DIR ) ) .img
242
242
ROOTFS_FORMAT ?= qcow2
243
243
ROOTFS_DIR ?= $(ROOTFS_PARENT_DIR ) /alpine-$(ARCH )
244
244
CPIO_FILE ?= $(ROOTFS_PARENT_DIR ) /$$(basename $(ROOTFS_DIR ) ) .cpio.gz
You can’t perform that action at this time.
0 commit comments