Skip to content

Commit

Permalink
fix: Fix some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent fdd5384 commit f820e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/builder/target/ \
--mount=type=cache,target=/usr/local/cargo/registry/ \
cd /builder/nestri/packages/server/ \
&& cargo build --release \
&& cp /builder/target/release/nestri-server /artifacts/
&& cp /builder/nestri/target/release/nestri-server /artifacts/

#******************************************************************************
# gstwayland-builder
Expand Down

0 comments on commit f820e0f

Please sign in to comment.