Skip to content

Commit

Permalink
Fix alpine/aarch64 apk files (which are currently x64) (#894)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored May 7, 2024
1 parent e7e0f6b commit c3d7183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ def jenkinsStepAlpine() {
// special handle: no label x86_64 only x64 for alpine agent
def apkLabel = "${ApkARCH}&&docker"

if ("${ApkARCH}" == 'x86_64') {
apkLabel = 'x64&&dockerBuild'
if ("${ApkARCH}" == 'x86_64') {
}
// reallocate jenkins agent per element in list
if (ApkARCH == 'x86_64' || ApkARCH == 'aarch64') {
Expand Down

0 comments on commit c3d7183

Please sign in to comment.