orcasound / orcanode

Software for live-streaming and recording lossy (AAC) or lossless compressed audio (HLS, DASH, FLAC) via AWS S3 buckets. :star:
GNU Affero General Public License v3.0
34 stars 12 forks source link

Allow different architectures to be built from same branch #20

Closed mcshicks closed 2 years ago

mcshicks commented 3 years ago

Rather that having a single branch per architecture, we propose two step build where we create a base image per architecture (amd64, rpi, and arm64), and a second build for the features (hls node, flac node, mseed node). The base images should be available from dockerhub

mcshicks commented 2 years ago

Initial version was merged with mseed code.