Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 723 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 723 Bytes

Concourse bootstrap build for arm and aarch64

See concourse/concourse#1379 for more information

Building

Make sure you have a working Go and Docker installation on a linux x86_64 machine. The build process has been tested on linux 4.17.12 running Go 1.10.3 and Docker 18.05.0-ce.

To make an arm build run:

./build.sh -a arm

To make an aarch64 build run:

./build.sh -a aarch64

You can also add the -v flag if you want debug output.

Missing features

The following resource types need to be added in the build process:

  • bosh-deployment
  • bosh-io-release
  • bosh-io-stemcell
  • cf
  • github-release
  • hg
  • pool
  • semver
  • tracker