Skip to content

Commit

Permalink
Change path to zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Nov 19, 2024
1 parent 397fc75 commit 736faae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_aws_eif/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ runs:
shell: bash
run: |
df -h
ls -la
- name: Run amazonlinux Docker image
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-aws-nitro-eif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- name: Build UID2 AWS EIF
id: build_uid2_eif
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-test-aws-custom-eif
with:
identity_scope: uid2
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- name: Build EUID AWS EIF
id: build_euid_eif
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-test-aws-custom-eif
with:
identity_scope: euid
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid
Expand Down
2 changes: 1 addition & 1 deletion scripts/aws/pipeline/amazonlinux2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN dnf -y groupinstall "Development Tools" \
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
&& dnf clean all

COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc /tmp/enclave-cli-1.5.3rc
COPY enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm
# RUN aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip /tmp/ && unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm

Expand Down

0 comments on commit 736faae

Please sign in to comment.