You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd target/x86_64-unknown-linux-gnu/release && tar czf /tmp/release/devcontainer-mcp-linux-x64.tar.gz devcontainer-mcp && cd -
38
-
cd target/aarch64-unknown-linux-gnu/release && tar czf /tmp/release/devcontainer-mcp-linux-arm64.tar.gz devcontainer-mcp && cd -
35
+
# Package as tarballs (use workspace dir so host can access them)
36
+
mkdir -p /workspaces/devcontainer-mcp/release
37
+
cd target/x86_64-unknown-linux-gnu/release && tar czf /workspaces/devcontainer-mcp/release/devcontainer-mcp-linux-x64.tar.gz devcontainer-mcp && cd -
38
+
cd target/aarch64-unknown-linux-gnu/release && tar czf /workspaces/devcontainer-mcp/release/devcontainer-mcp-linux-arm64.tar.gz devcontainer-mcp && cd -
0 commit comments