Skip to content

Commit e9a054a

Browse files
committed
update
1 parent 3a445c1 commit e9a054a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Deploy AOT Stack
9090
run: |
91-
dotnet-lambda package -pl libraries/tests/e2e/functions/core/logging/AOT-Function/src/AOT-Function -cmd ../../../ -o libraries/tests/e2e/functions/core/logging/AOT-Function/dist -f net8.0 -farch arm64 -cifb public.ecr.aws/sam/build-dotnet8
91+
dotnet-lambda package -pl libraries/tests/e2e/functions/core/logging/AOT-Function/src/AOT-Function -cmd ../../../ -o libraries/tests/e2e/functions/core/logging/AOT-Function/dist -f net8.0 -farch x86_64 -cifb public.ecr.aws/sam/build-dotnet8
9292
9393
run-tests:
9494
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)