Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Oct 17, 2023
1 parent 24a6756 commit a1c0607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-gradle-scripts/docker.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tasks.register('docker_push', Exec) {
tasks.register('setup_arch', Exec) {
group 'docker'
description 'Setup QEMU for buildx'
commandLine 'docker', 'run', '--rm', '--privileged', 'tonistiigi/binfmt:latest', '--reset', '-p', 'yes'
commandLine 'docker', 'run', '--rm', '--privileged', 'tonistiigi/binfmt:latest', '--install', 'all'
}

tasks.register('setup_buildx', Exec) {
Expand Down

0 comments on commit a1c0607

Please sign in to comment.