istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Append -static-libgcc on Linux #215

Closed dio closed 2 years ago

dio commented 2 years ago

This patch makes sure we do: "-static-libgcc" on Linux (for the stripped binary). We also use --config libc++ (instead of --config clang) to link against libc++ on CI (Linux).

This also adds a workflow to publish the Docker image.

Signed-off-by: Dhi Aurrahman dio@rockybars.com

dio commented 2 years ago

/assign @incfly

istio-testing commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dio, incfly

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/istio-ecosystem/authservice/blob/master/OWNERS)~~ [incfly] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment