Skip to content

Commit

Permalink
fix: spin build failed
Browse files Browse the repository at this point in the history
Fix #108
  • Loading branch information
dierbei committed Jun 30, 2023
1 parent 5ca163a commit 617ccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build-wws-cross-%: install-cross

.PHONY: build-spin
build-spin:
cargo build --release --manifest-path=containerd-shim-spin-v1/Cargo.toml
rustup target add wasm32-unknown-unknown && cargo build --release --manifest-path=containerd-shim-spin-v1/Cargo.toml

.PHONY: build-slight
build-slight:
Expand Down

0 comments on commit 617ccc3

Please # to comment.