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 bd41699 commit 24a6756
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', 'multiarch/qemu-user-static', '--reset', '-p', 'yes'
commandLine 'docker', 'run', '--rm', '--privileged', 'tonistiigi/binfmt:latest', '--reset', '-p', 'yes'
}

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

0 comments on commit 24a6756

Please sign in to comment.