Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FreeBSD #65

Closed
Godin opened this issue Sep 17, 2018 · 1 comment
Closed

Add support for FreeBSD #65

Godin opened this issue Sep 17, 2018 · 1 comment
Labels

Comments

@Godin
Copy link
Contributor

Godin commented Sep 17, 2018

Given that Cirrus CI agent is written in Go, should be fairly easy to compile it with GOOS=freebsd GOARCH=amd64, so that one will be able to use FreeBSD in addition to Windows and Linux images in GCE:

gce_instance:
  image_project: freebsd-org-cloud-dev
  image_name: freebsd-11-2-release-amd64
  platform: freebsd
  zone: us-central1-a
  cpu: 8
  memory: 40Gb
  disk: 20

task:
  script: echo OK
@fkorotkov
Copy link
Contributor

Fixed in #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants