diff --git a/.github/workflows/build-branch-containers.yaml b/.github/workflows/build-branch-containers.yaml index ea5d3c6cd3d..c4627887678 100644 --- a/.github/workflows/build-branch-containers.yaml +++ b/.github/workflows/build-branch-containers.yaml @@ -16,5 +16,6 @@ jobs: username: ${{ github.actor }} image: ${{ github.repository }}/test/${{ github.event.inputs.version }} unstable: ${{ github.event.inputs.version }} + platforms: 'linux/arm64' secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index c97b9773453..6837181870b 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -81,7 +81,7 @@ RUN cmake -DFLB_RELEASE=On \ -DFLB_CHUNK_TRACE="$FLB_CHUNK_TRACE" \ .. -RUN make -j "$(getconf _NPROCESSORS_ONLN)" +RUN CFLAGS="-v" make -j "$(getconf _NPROCESSORS_ONLN)" RUN install bin/fluent-bit /fluent-bit/bin/ # Configuration files