Skip to content

Commit

Permalink
changing platform for amd64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
rajburnwal07 authored Sep 14, 2024
1 parent 89a57c1 commit 17a2bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ target "base" {
base_image = "python:3.11"
pebblo_version = "${PEBBLO_VERSION}"
}
platforms = ["linux/amd64", "linux/arm64"]
platforms = ["linux/amd64"]
}

0 comments on commit 17a2bf7

Please sign in to comment.