chore: don't set aws region

This commit is contained in:
Patrick Schratz 2024-12-06 12:02:00 +01:00
commit f9318439ed
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -1,4 +1,4 @@
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 debian-10 debian-11 debian-12 centos-7 centos-8 rhel-9 opensuse-155 fedora-38 fedora-39 fedora-40 alpine-320
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 debian-10 debian-11 debian-12 centos-7 centos-8 rhel-9 opensuse-155 fedora-38 fedora-39 fedora-40 alpine-320 alpine-321
SLS_BINARY ?= ./node_modules/serverless/bin/serverless.js
deps: