Skip to content

Commit

Permalink
GitHub Workflows: add quote to cpio output
Browse files Browse the repository at this point in the history
The command to build trips when running for 'boot core'.

Signed-off-by: Daniel Maslowski <info@orangecms.org>
  • Loading branch information
orangecms committed May 2, 2024
1 parent d3ec5e5 commit 1e2906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go install github.com/u-root/mkuimage/cmd/mkuimage@latest
go install github.com/hugelgupf/vmtest/tools/runvmtest@latest
GOARCH=${{ matrix.arch }} mkuimage -config=default \
-o ${{ matrix.arch }}-${{ matrix.template }}.cpio \
-o "${{ matrix.arch }}-${{ matrix.template }}.cpio" \
${{ matrix.template }}
xz --check=crc32 -9 --lzma2=dict=1MiB \
--stdout ${{ matrix.arch }}-${{ matrix.template }}.cpio | \
Expand Down

0 comments on commit 1e2906c

Please sign in to comment.