Skip to content

Commit 736faae

Browse files
committed
Change path to zip file
1 parent 397fc75 commit 736faae

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/actions/build_aws_eif/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ runs:
4949
shell: bash
5050
run: |
5151
df -h
52+
ls -la
5253
5354
- name: Run amazonlinux Docker image
5455
shell: bash

.github/workflows/publish-aws-nitro-eif.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- name: Build UID2 AWS EIF
7272
id: build_uid2_eif
73-
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
73+
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-test-aws-custom-eif
7474
with:
7575
identity_scope: uid2
7676
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- name: Build EUID AWS EIF
108108
id: build_euid_eif
109-
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
109+
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-test-aws-custom-eif
110110
with:
111111
identity_scope: euid
112112
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN dnf -y groupinstall "Development Tools" \
88
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
99
&& dnf clean all
1010

11-
COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc /tmp/enclave-cli-1.5.3rc
11+
COPY enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
1212
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm
1313
# 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
1414

0 commit comments

Comments
 (0)