Skip to content

Commit

Permalink
reenable all builds for rclone
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Nüsse <[email protected]>
  • Loading branch information
newhinton committed May 19, 2023
1 parent 3f70d0a commit e030424
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 @@ -198,8 +198,7 @@ task buildx64(dependsOn: checkoutRclone) {
}

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

task clean {
Expand Down

0 comments on commit e030424

Please sign in to comment.