1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

ci: correct debian image name

This commit is contained in:
Samuel Štancl 2025-01-02 08:45:28 +01:00
parent c3201387ed
commit 2c7f1fc301

View file

@ -56,7 +56,7 @@ jobs:
cd extensions cd extensions
docker run --platform linux/arm64 \ docker run --platform linux/arm64 \
-v .:/extensions \ -v .:/extensions \
debian:slim \ debian:bookworm-slim \
bash -c "apt-get update && apt-get install -y make gcc && cd /extensions && make" bash -c "apt-get update && apt-get install -y make gcc && cd /extensions && make"
- name: Commit output files - name: Commit output files