Skip to content

Commit

Permalink
ci: use bookworm for Linux Arm + apk update
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 1, 2025
1 parent d8912ee commit eaece87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- os: ubuntu-24.04
node_arch: arm64
cpp_arch: amd64_arm64
distro: bullseye
distro: bookworm
native: false

# Musl Alpine Arm
Expand Down Expand Up @@ -178,6 +178,7 @@ jobs:
env: |
VCPKG_FORCE_SYSTEM_BINARIES: 1
install: |
set -x
case "${{ matrix.distro }}" in
ubuntu*|jessie|stretch|buster|bullseye)
apt-get update -q -y
Expand Down Expand Up @@ -225,6 +226,7 @@ jobs:
nodejs
;;
alpine*)
apk update
apk add --no-cache \
bash \
build-base \
Expand Down

0 comments on commit eaece87

Please sign in to comment.