Skip to content

Commit bc86ba3

Browse files
committed
set correct arch types
1 parent b5757a2 commit bc86ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/layer_govcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- AWSLambdaPowertoolsPythonV3-python312
5454
arch:
5555
- arm64
56-
- x86
56+
- x86_64
5757
environment: Prod (Readonly)
5858
steps:
5959
- name: Configure AWS Credentials
@@ -98,7 +98,7 @@ jobs:
9898
- AWSLambdaPowertoolsPythonV3-python312
9999
arch:
100100
- arm64
101-
- x86
101+
- x86_64
102102
environment: GovCloud ${{ inputs.environment }} (East)
103103
steps:
104104
- name: Download Zip
@@ -153,7 +153,7 @@ jobs:
153153
- AWSLambdaPowertoolsPythonV3-python312
154154
arch:
155155
- arm64
156-
- x86
156+
- x86_64
157157
environment:
158158
name: GovCloud ${{ inputs.environment }} (West)
159159
steps:

0 commit comments

Comments
 (0)