Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Oct 16, 2023
1 parent 3eb83a0 commit bd41699
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 @@ -22,7 +22,7 @@ imageName = docker_image_name + ':' + image_version
if (project.hasProperty("docker_organization")) {
imageName = docker_organization+'/'+imageName
}
def platforms = 'linux/amd64'
def platforms = 'linux/arm64'



Expand Down

0 comments on commit bd41699

Please sign in to comment.