Skip to content

Commit

Permalink
fix tests running on darwin/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Dec 22, 2023
1 parent b446303 commit 39defea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bindown/dependency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ dependencies:
runner := newCmdRunner(t)
srcFile := filepath.Join(runner.tmpDir, "template-source.yaml")
runner.writeConfigYaml(fmt.Sprintf(`
systems: ["linux/amd64", "darwin/amd64"]
url_checksums:
foo-linux-amd64-1.2.3: deadbeef
foo-darwin-amd64-1.2.3: deadbeef
Expand Down Expand Up @@ -436,6 +437,7 @@ dependencies:
runner := newCmdRunner(t)
srcFile := filepath.Join(runner.tmpDir, "template-source.yaml")
runner.writeConfigYaml(fmt.Sprintf(`
systems: ["linux/amd64", "darwin/amd64"]
url_checksums:
foo-linux-amd64-1.2.3: deadbeef
foo-darwin-amd64-1.2.3: deadbeef
Expand Down

0 comments on commit 39defea

Please sign in to comment.