Skip to content

Commit

Permalink
Merge pull request #16577 from ashley-cui/cirrusm1
Browse files Browse the repository at this point in the history
[CI:DOCS] Migrate OSX Cross to M1
  • Loading branch information
openshift-merge-robot authored Nov 22, 2022
2 parents 1aa28b1 + a575111 commit ab077ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ osx_alt_build_task:
TEST_FLAVOR: "altbuild"
ALT_NAME: 'OSX Cross'
osx_instance:
image: 'big-sur-base'
image: ghcr.io/cirruslabs/macos-ventura-base:latest
setup_script:
- brew install go
- brew install go-md2man
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,10 @@ volume-plugin-test-img:
test/goecho/goecho: $(wildcard test/goecho/*.go)
$(GOCMD) build $(BUILDFLAGS) $(GO_LDFLAGS) '$(LDFLAGS_PODMAN)' -o $@ ./test/goecho

# The ./test/version/version binary is executed in other make steps
# so we have to make sure the version binary is built for NATIVE_GOARCH.
test/version/version: version/version.go
$(GO) build -o $@ ./test/version/
GOARCH=$(NATIVE_GOARCH) $(GO) build -o $@ ./test/version/

.PHONY: codespell
codespell:
Expand Down

0 comments on commit ab077ca

Please sign in to comment.