feat: add alpine-3.24 build config
Mirror the alpine-3.23 setup across the builder Dockerfile/package, docker-compose service, Makefile/Justfile targets, and the CI matrix.
This commit is contained in:
parent
4c63350f7d
commit
a2196ddc49
1 changed files with 127 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 ubuntu-2604 debian-10 debian-11 debian-12 centos-7 centos-8 rhel-9 opensuse-155 fedora-38 fedora-39 fedora-40 alpine-321 alpine-322 alpine-323 rhel-10
|
||||
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 ubuntu-2604 debian-10 debian-11 debian-12 centos-7 centos-8 rhel-9 opensuse-155 fedora-38 fedora-39 fedora-40 alpine-321 alpine-322 alpine-323 alpine-324 rhel-10
|
||||
SLS_BINARY ?= ./node_modules/serverless/bin/serverless.js
|
||||
|
||||
deps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue