Skip to content

Commit

Permalink
Fix Alpine Arm64 Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 10, 2025
1 parent f4f1468 commit 1085d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ stage('Build & Archive Package') {
// Distro Specific Uploads
if (distro == 'alpine-linux') {
echo "ALPINE UPLOAD"
AlpArch = arch
if (arch == 'x64') {
echo "Fixing Arch For Alpine"
AlpArch = "x86_64"
Expand Down

0 comments on commit 1085d1d

Please sign in to comment.