remove arm64

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-17 23:00:59 +01:00
parent e81ca20eec
commit d40cf37fab

View file

@ -4,7 +4,8 @@ provider:
name: aws name: aws
runtime: python3.10 runtime: python3.10
region: eu-west-2 region: eu-west-2
architecture: arm64 # arm64 causes issues with pycryptography - TODO: fix this so we can use arm64
# architecture: arm64
environment: environment:
API_KEY: ${env:API_KEY} API_KEY: ${env:API_KEY}
ENVIRONMENT: ${env:ENVIRONMENT} ENVIRONMENT: ${env:ENVIRONMENT}