diff --git a/.github/actions/build_aws_eif/action.yaml b/.github/actions/build_aws_eif/action.yaml index 7b27405b7..2290a5449 100644 --- a/.github/actions/build_aws_eif/action.yaml +++ b/.github/actions/build_aws_eif/action.yaml @@ -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 diff --git a/scripts/aws/pipeline/EUID_VERSION b/scripts/aws/pipeline/EUID_VERSION new file mode 100644 index 000000000..b1bd38b62 --- /dev/null +++ b/scripts/aws/pipeline/EUID_VERSION @@ -0,0 +1 @@ +13 diff --git a/scripts/aws/pipeline/VERSION b/scripts/aws/pipeline/UID2_VERSION similarity index 100% rename from scripts/aws/pipeline/VERSION rename to scripts/aws/pipeline/UID2_VERSION