1
0
Fork 0
mirror of https://github.com/product-os/concourse-arm.git synced 2025-12-16 11:24:01 +00:00
No description
Find a file
Petros Angelatos 793f939878
fix uid overflow issue with arm builds
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2018-08-16 05:43:24 -07:00
patches fix uid overflow issue with arm builds 2018-08-16 05:43:24 -07:00
.gitignore fixup! use an arch specific workdir 2018-08-15 22:50:38 -07:00
build.sh fix uid overflow issue with arm builds 2018-08-16 05:43:24 -07:00
qemu-aarch64-static-3.0.0 support both arm and aarch64 builds 2018-08-11 12:48:24 -07:00
qemu-arm-static-3.0.0 initial commit 2018-08-09 17:06:33 -07:00
README.md reference concourse issue 2018-08-11 13:01:42 -07:00

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