Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-branch-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading