We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a445c1 commit e9a054aCopy full SHA for e9a054a
.github/workflows/e2e-tests.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Deploy AOT Stack
90
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
+ 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
92
93
run-tests:
94
runs-on: ubuntu-latest
0 commit comments