Skip to content

Commit 5811f73

Browse files
committed
pr tag build fix
1 parent fbcdb9b commit 5811f73

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pr-test-link.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ jobs:
9696
kind: 'artifact', artifact: 'AudioMuse-AI-aarch64-deb' },
9797
{ label: 'Linux aarch64 (.rpm)', wf: 'build-linux.yml',
9898
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}` },
99+
{ label: 'Docker image', wf: 'build-arm-intel.yml',
100+
kind: 'image', image: `${ghcr}:pr-${pull_number}` },
103101
{ label: 'Docker image (nvidia)', wf: 'build-nvidia.yml',
104102
kind: 'image', image: `${ghcr}:pr-${pull_number}-nvidia` },
105103
{ label: 'Docker image (noavx2)', wf: 'build-noavx2.yml',

0 commit comments

Comments
 (0)