We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa5682 commit 9e3103dCopy full SHA for 9e3103d
.github/workflows/ci.yml
@@ -15,12 +15,15 @@ jobs:
15
- uses: DeterminateSystems/nix-installer-action@main
16
- uses: DeterminateSystems/flakehub-cache-action@main
17
- uses: DeterminateSystems/flake-checker-action@main
18
- - name: Build binaries
+ - name: Build ELF
19
run: nix develop --command sbt nativeLink
20
+ - name: Build Unikernel
21
+ run: nix develop --command ops build ./target/scala-3.6.3/unikernel-scala-out
22
- uses: actions/upload-artifact@v4
23
with:
24
path: |
25
target/scala-3.6.3/unikernel-scala-out
26
+ ~/.ops/images/unikernel-scala-out.img
27
compression-level: 9
28
overwrite: true
29
0 commit comments