Skip to content

Commit 448a89f

Browse files
authored
Merge pull request #6 from mithril-security/bugfix-build-release
fix: build process for enclave release
2 parents 7978b5e + 0df449c commit 448a89f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/sgxs-release.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update \
1717
RUN cargo install --locked --git https://github.com/mithril-security/rust-sgx.git --tag fortanix-sgx-tools_v0.5.1-mithril fortanix-sgx-tools sgxs-tools
1818

1919
COPY Cargo.toml Cargo.lock rust-toolchain.toml manifest.prod.template.toml ./
20+
COPY .cargo .cargo
2021
COPY src src
2122
COPY tar-rs-sgx tar-rs-sgx
2223
COPY tract tract

0 commit comments

Comments
 (0)