Skip to content

Commit

Permalink
ci: correct debian image name
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 2, 2025
1 parent c320138 commit 2c7f1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cd extensions
docker run --platform linux/arm64 \
-v .:/extensions \
debian:slim \
debian:bookworm-slim \
bash -c "apt-get update && apt-get install -y make gcc && cd /extensions && make"
- name: Commit output files
Expand Down

0 comments on commit 2c7f1fc

Please sign in to comment.