Skip to content

Commit

Permalink
temp: bq
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Oct 30, 2023
1 parent e136725 commit ebef2be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syslog-ng-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
type: string

env:
DOCKER_IMAGE_NAME: ghcr.io/axoflow/axosyslog
DOCKER_IMAGE_NAME: ghcr.io/alltilla/axosyslog
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
docker:
name: syslog-ng Docker
if: github.repository_owner == 'axoflow'
if: github.repository_owner == 'alltilla'
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand Down
3 changes: 2 additions & 1 deletion syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ _grpc() {
pkgdesc="$pkgdesc (grpc module)"

_submv usr/lib/syslog-ng/libotel.so \
usr/lib/syslog-ng/libloki.so
usr/lib/syslog-ng/libloki.so \
usr/lib/syslog-ng/libbigquery.so
}

_module() {
Expand Down

0 comments on commit ebef2be

Please sign in to comment.