Skip to content

Commit

Permalink
chore(cd): update rpm prefix and add resty symlink (#13477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon authored Aug 27, 2024
1 parent 2dc36f2 commit 915ed9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/package/nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ contents:
- src: nfpm-prefix/etc/kong/kong.conf.default
dst: /etc/kong/kong.conf.default
type: config
- src: /usr/local/openresty/bin/resty
dst: /usr/bin/resty
type: symlink
- src: /usr/local/openresty/bin/resty
dst: /usr/local/bin/resty
type: symlink
Expand Down Expand Up @@ -85,7 +88,7 @@ overrides:

rpm:
prefixes:
- /usr/local
- /
signature:
# PGP secret key (can also be ASCII-armored), the passphrase is taken
# from the environment variable $NFPM_RPM_PASSPHRASE with a fallback
Expand Down

1 comment on commit 915ed9f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:915ed9f8e41963c9850f6796e0f26279aa350b6e
Artifacts available https://github.com/Kong/kong/actions/runs/10572534793

Please sign in to comment.