Skip to content

Commit

Permalink
Added EUID_VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Feb 21, 2024
1 parent ba13a5c commit 724835c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/actions/build_aws_eif/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ runs:
run: |
ARTIFACTS_OUTPUT_DIR="${{ inputs.artifacts_base_output_dir }}/${{ inputs.identity_scope }}"
mkdir -p ${ARTIFACTS_OUTPUT_DIR}
cp ./dante-1.4.3/sockd/sockd ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/${{ inputs.identity_scope }}operator.eif ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/identity_scope.txt ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/version_number.txt ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/pcr0.txt ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/start.sh ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/stop.sh ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/proxies.host.yaml ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/sockd.conf ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/uid2operator.service ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/pipeline/VERSION ${ARTIFACTS_OUTPUT_DIR}/
cp ./dante-1.4.3/sockd/sockd ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/${{ inputs.identity_scope }}operator.eif ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/identity_scope.txt ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/version_number.txt ${ARTIFACTS_OUTPUT_DIR}/
cp ./build/pcr0.txt ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/start.sh ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/stop.sh ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/proxies.host.yaml ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/sockd.conf ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/uid2operator.service ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/pipeline/$(cat ./build/identity_scope.txt)_VERSION ${ARTIFACTS_OUTPUT_DIR}/
cp ./uid2-aws-enclave-vsockproxy/build/vsock-bridge/src/vsock-bridge ${ARTIFACTS_OUTPUT_DIR}/vsockpx
1 change: 1 addition & 0 deletions scripts/aws/pipeline/EUID_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13
File renamed without changes.

0 comments on commit 724835c

Please sign in to comment.