We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abc2f0 commit 5b8bf25Copy full SHA for 5b8bf25
.github/workflows/test.yaml
@@ -22,6 +22,7 @@ jobs:
22
- { id: "manifest-cache", extraDockerOpts: "-e ENABLE_MANIFEST_CACHE=true", extraImageToPull: "", runner: "ubuntu-22.04" }
23
- { id: "disable-ipv6", extraDockerOpts: "-e DISABLE_IPV6=true", extraImageToPull: "", runner: "ubuntu-22.04" }
24
- { id: "manifest-noipv6-arm64-ghcr", extraDockerOpts: "-e ENABLE_MANIFEST_CACHE=true -e DISABLE_IPV6=true", extraImageToPull: "ghcr.io/rpardini/ansi-hastebin:0.0.8-node20", runner: "ubuntu-22.04-arm" }
25
+ - { id: "manifest-noipv6-arm64-gcr", extraDockerOpts: "-e ENABLE_MANIFEST_CACHE=true -e DISABLE_IPV6=true", extraImageToPull: "mirror.gcr.io/busybox:latest", runner: "ubuntu-22.04-arm" }
26
27
runs-on: "${{ matrix.runner }}"
28
name: "${{ matrix.id }} (${{ matrix.extraDockerOpts }})"
0 commit comments