Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 29, 2024
1 parent 1ae8011 commit 539f4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func buildAlloy(alloyBinary string) {
}

func setupEnvironment(dockerComposeFile string) {
executeCommand("docker", []string{"compose", "--platform", "linux/amd64", "-f", dockerComposeFile, "up", "-d"}, "Setting up environment with Docker Compose")
executeCommand("docker", []string{"compose", "-f", dockerComposeFile, "up", "-d"}, "Setting up environment with Docker Compose")
fmt.Println("Sleep for 45 seconds to ensure that the env has time to initialize...")
time.Sleep(45 * time.Second)
}
Expand Down

0 comments on commit 539f4fe

Please sign in to comment.