Skip to content

Commit b82cf78

Browse files
authored
build guest binaries on ubuntu (#1088)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 3be7ad9 commit b82cf78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
build: [windows-2022-debug, windows-2022-release]
22+
build: [hyperlight-kvm-debug, hyperlight-kvm-release]
2323
include:
24-
- build: windows-2022-debug
25-
os: windows-2022
24+
- build: hyperlight-kvm-debug
25+
os: hyperlight-kvm
2626
config: debug
27-
- build: windows-2022-release
28-
os: windows-2022
27+
- build: hyperlight-kvm-release
28+
os: hyperlight-kvm
2929
config: release
3030

3131
steps:

0 commit comments

Comments
 (0)