Skip to content

Commit

Permalink
fix: rename enclave.json
Browse files Browse the repository at this point in the history
Signed-off-by: osamamagdy <[email protected]>
  • Loading branch information
osamamagdy committed Nov 8, 2024
1 parent 8bd3cfd commit 31d982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecc_go/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build: ecc docker env

ecc: ecc_dependencies
ego-go build $(GOTAGS) -o $(ECC_BINARY) main.go
cp $(EGO_CONFIG_FILE) .
cp $(EGO_CONFIG_FILE) ./enclave.json
ego sign
ego uniqueid $(ECC_BINARY) > mrenclave
ego bundle $(ECC_BINARY) $(ECC_BUNDLE)
Expand Down

0 comments on commit 31d982d

Please sign in to comment.