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:
parent
c3201387ed
commit
2c7f1fc301
1 changed files with 1 additions and 1 deletions
2
.github/workflows/extensions.yml
vendored
2
.github/workflows/extensions.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue