Skip to content

Commit

Permalink
reenable all arches
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Nov 11, 2023
1 parent cb16d04 commit 1d1d33d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rclone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ task buildx64(dependsOn: checkoutRclone) {
}

task buildAll {
//dependsOn buildArm, buildArm64, buildx86, buildx64
dependsOn buildArm64
dependsOn buildArm, buildArm64, buildx86, buildx64
}

task clean {
Expand Down

0 comments on commit 1d1d33d

Please sign in to comment.