File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
51
51
cp u-boot.img ../makeimg_data/uboot/u-boot.img
52
52
cp MLO ../makeimg_data/uboot/MLO
53
- tar -cvf ../uboot_bullseye.tar -C uboot.img MLO
53
+ tar -cvf ../uboot_bullseye.tar -C ../makeimg_data/ uboot/uboot .img ../makeimg_data/uboot/ MLO
54
54
55
55
- name : Run Makeimg
56
56
env :
@@ -112,7 +112,7 @@ jobs:
112
112
make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
113
113
cp u-boot.img ../makeimg_data/uboot/u-boot.img
114
114
cp MLO ../makeimg_data/uboot/MLO
115
- tar -cvf ../uboot_bookworm .tar -C uboot.img MLO
115
+ tar -cvf ../bookworm .tar -C ../makeimg_data/ uboot/uboot .img ../makeimg_data/uboot/ MLO
116
116
117
117
- name : Run Makeimg
118
118
env :
You can’t perform that action at this time.
0 commit comments