Skip to content

Commit 1718987

Browse files
committed
fix: specify to use linux/amd64 architecture
1 parent b647694 commit 1718987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ provider:
88
images:
99
img:
1010
path: ./
11+
platform: linux/amd64
1112

1213
functions:
1314
demo:

0 commit comments

Comments
 (0)