Skip to content

Concourse bootstrap build for arm and aarch64

Notifications You must be signed in to change notification settings

selfhydro/concourse-arm

 
 

Repository files navigation

Concourse bootstrap build for arm

See concourse/concourse#1379 for more information

Building

Make sure you have a working Docker installation on a linux x86_64 machine or Mac. The build process has been tested on MacOS Mojave with Docker 18.09.2.

To make an arm build run:

./create.sh linux arm

To make an aarch64 build run:

./create.sh linux aarch64

By default verbose mode is used

output

A docker image is created called concourse-arm that runs concourse.

Missing features

Resource types are currently not included

About

Concourse bootstrap build for arm and aarch64

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 82.6%
  • Dockerfile 17.4%