fluent / fluent-bit-docker-image

Docker image for Fluent Bit
https://hub.docker.com/r/fluent/fluent-bit/
Apache License 2.0
67 stars 75 forks source link

ci: build images in GitHub Actions #49

Closed andrzej-stencel closed 2 years ago

andrzej-stencel commented 2 years ago

The /ci/build-push-multiplatform.sh script can be used when you want to build all three platform images in parallel on a single machine.

The GitHub Actions workflow release_builds uses three separate scripts /ci/build-push-<platform>.sh to build image for each platform on a separate runner, and then push the multiplatform image manifest when all images are pushed. These platform-specific scripts can also be used to build all images serially on one machine.

andrzej-stencel commented 2 years ago

Sorry, opened this pull request against upstream by mistake. This pull request was intended only for the Sumo Logic fork (we want to build Fluent Bit images on our own and push them to our Public ECR registry).