Skip to content

Commit

Permalink
build: enable rancher and amd64 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev committed Feb 20, 2024
1 parent c6d3ce7 commit 538c5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/macos-docker-desktop-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- "os=macos"
- "docker-desktop=true"
- "architecture=amd64"
branches: "master"
# branches: "master"
env:
BUILDKITE_CLEAN_CHECKOUT: true
BUILDKITE_BUILD_PATH: ~/tmp/buildkite_builds
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/macos-rancher-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- "os=macos"
- "rancher-desktop=true"
- "architecture=arm64"
branches: "master"
# branches: "master"
env:
BUILDKITE_CLEAN_CHECKOUT: true
BUILDKITE_BUILD_PATH: ~/tmp/buildkite_builds
Expand Down

0 comments on commit 538c5ca

Please sign in to comment.