Skip to content

Commit

Permalink
Merge pull request #9 from dfinity/or-trigger-ci
Browse files Browse the repository at this point in the history
trigger new releases for ovmf and qemu
  • Loading branch information
rikonor authored Aug 8, 2024
2 parents 8a47e1d + afeed8c commit 9d3877c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ovmf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ build \
-n $(nproc)

# Output
cp "${SOURCE_DIR}/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd" "${OUT_DIR}"
cp "${SOURCE_DIR}/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd" "${OUT_DIR}"
2 changes: 1 addition & 1 deletion build/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ make install
# Package
checkinstall -D -y \
--pkgname=qemu \
--pkgversion=8
--pkgversion=8

0 comments on commit 9d3877c

Please sign in to comment.