Skip to content

Commit c175c7b

Browse files
committed
Fix Artifact name for ARM
1 parent 1851c97 commit c175c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
branch: ${{ fromJSON(inputs.branches) }}
232232
platform: [ { ARCH: "ARM64"
233233
, DISTRO: "Debian"
234-
, ARTIFACT: "aarch64-linux-deb10"
234+
, ARTIFACT: "aarch64-linux-deb11"
235235
},
236236
{ ARCH: "ARM64"
237237
, DISTRO: "Alpine"
@@ -579,7 +579,7 @@ jobs:
579579
branch: ${{ fromJSON(inputs.branches) }}
580580
platform: [ { ARCH: "ARM64"
581581
, DISTRO: "Debian"
582-
, ARTIFACT: "aarch64-linux-deb10"
582+
, ARTIFACT: "aarch64-linux-deb11"
583583
},
584584
{ ARCH: "ARM64"
585585
, DISTRO: "Alpine"

0 commit comments

Comments
 (0)