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 fbcdb9b commit 5811f73Copy full SHA for 5811f73
1 file changed
.github/workflows/pr-test-link.yml
@@ -96,10 +96,8 @@ jobs:
96
kind: 'artifact', artifact: 'AudioMuse-AI-aarch64-deb' },
97
{ label: 'Linux aarch64 (.rpm)', wf: 'build-linux.yml',
98
kind: 'artifact', artifact: 'AudioMuse-AI-aarch64-rpm' },
99
- { label: 'Docker image (amd64)', wf: 'build-arm-intel.yml',
100
- kind: 'image', image: `${ghcr}:build-amd64-pr-${pull_number}` },
101
- { label: 'Docker image (arm64)', wf: 'build-arm-intel.yml',
102
- kind: 'image', image: `${ghcr}:build-arm64-pr-${pull_number}` },
+ { label: 'Docker image', wf: 'build-arm-intel.yml',
+ kind: 'image', image: `${ghcr}:pr-${pull_number}` },
103
{ label: 'Docker image (nvidia)', wf: 'build-nvidia.yml',
104
kind: 'image', image: `${ghcr}:pr-${pull_number}-nvidia` },
105
{ label: 'Docker image (noavx2)', wf: 'build-noavx2.yml',
0 commit comments