26
26
- image : docker.io/library/dart
27
27
platform : linux/arm/v7
28
28
target : linux-arm
29
- - image : docker.io/library/debian:unstable -slim
29
+ - image : docker.io/library/debian:trixie -slim
30
30
platform : linux/riscv64
31
31
target : linux-riscv64
32
32
- image : ghcr.io/dart-musl/dart
70
70
run : docker run --privileged --rm registry.fedoraproject.org/fedora-minimal /bin/sh -c "microdnf install --assumeyes --nodocs --setopt=install_weak_deps=False qemu-user-static systemd-udev && mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc && /usr/lib/systemd/systemd-binfmt --unregister && /usr/lib/systemd/systemd-binfmt"
71
71
72
72
- name : Build
73
- if : matrix.image != 'ghcr.io/dart-android/dart' && matrix.image != 'docker.io/library/debian:unstable -slim'
73
+ if : matrix.image != 'ghcr.io/dart-android/dart' && matrix.image != 'docker.io/library/debian:trixie -slim'
74
74
run : |
75
75
docker run --rm -i \
76
76
--platform ${{ matrix.platform }} \
@@ -99,10 +99,10 @@ jobs:
99
99
EOF
100
100
101
101
# https://github.com/dart-lang/dart-docker/issues/96#issuecomment-1669860829
102
- # There is no official riscv64 dart container image yet, build on debian:unstable instead.
102
+ # There is no official riscv64 dart container image yet, build on debian:trixie instead.
103
103
# The setup is adopted from: https://github.com/dart-lang/dart-docker/blob/main/Dockerfile-debian.template
104
104
- name : Build
105
- if : matrix.image == 'docker.io/library/debian:unstable -slim'
105
+ if : matrix.image == 'docker.io/library/debian:trixie -slim'
106
106
run : |
107
107
DART_CHANNEL=stable
108
108
DART_VERSION=$(curl -fsSL https://storage.googleapis.com/dart-archive/channels/$DART_CHANNEL/release/latest/VERSION | yq .version)
@@ -115,7 +115,7 @@ jobs:
115
115
${{ matrix.image }} <<'EOF'
116
116
set -e
117
117
apt-get update
118
- apt-get install -y --no-install-recommends ca-certificates curl dnsutils git openssh-client unzip
118
+ apt-get install -y --no-install-recommends bind9-dnsutils ca-certificates curl git openssh-client unzip
119
119
120
120
export DART_SDK=/usr/lib/dart
121
121
export PATH=$DART_SDK/bin:/root/.pub-cache/bin:$PATH
0 commit comments