We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3ed1b commit eb3a5d8Copy full SHA for eb3a5d8
1 file changed
.github/workflows/hello.yml
@@ -288,9 +288,9 @@ jobs:
288
runs-on: [ubuntu-24.04-riscv, ubuntu-24.04]
289
steps:
290
- run: docker ps
291
- - run: docker run --rm ubuntu:latest uname -m
+ - run: docker run --rm ubuntu:24.04 uname -m
292
- run: |
293
- docker run --rm --interactive ubuntu:latest bash <<EOF
+ docker run --rm --interactive ubuntu:24.04 bash <<EOF
294
apt-get update
295
apt-get install -y --no-install-recommends bind9-dnsutils
296
nslookup google.com
0 commit comments