gear5sh / Gear5

high performance better alternative to Airbyte, Singer, Meltano
Other
16 stars 4 forks source link

CI: Connector Release #25

Open piyushsingariya opened 1 week ago

piyushsingariya commented 1 week ago

Driver/Adapter Release (Stable/Edge both release supported) (ARM/AMD)

Two Release channels

piyushsingariya commented 1 week ago

Every driver folder is supposed to have build.yml, contains basic outline for building docker image, if not docker image can be built directly. Docker image is built in 2 stages, build and final. if c support is required cgo_enabled is marked true.

Example build.yml

build:
  dependencies:
    - build-base
    - lzo-dev
  cgo_enabled: true
final:
  dependencies:
    - build-base
    - lzo-dev