update(ci): bump also musl job

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
Andrea Terzolo 2022-12-16 13:24:40 +01:00 committed by poiana
parent 647c085041
commit decabbc519

View File

@ -56,6 +56,7 @@ jobs:
"build-musl":
docker:
- image: alpine:3.17
resource_class: large
steps:
- checkout:
path: /source-static/falco
@ -75,12 +76,12 @@ jobs:
name: Build
command: |
cd /build-static/release
make -j4 all
make -j6 all
- run:
name: Package
command: |
cd /build-static/release
make -j4 package
make -j6 package
- run:
name: Run unit tests
command: |