Skip to content

Commit

Permalink
chore(deps): bump kong to 3.4.1 (#420)
Browse files Browse the repository at this point in the history
* chore(deps): bump kong to 3.4.1

* chore(musl): drop musl
  • Loading branch information
hutchic authored May 8, 2024
1 parent 032b54c commit b92a314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ branches:
required_pull_request_reviews:
required_status_checks:
strict: true
contexts: [pre-commit, Create Release, 'Create Release Artifacts (aarch64, linux-gnu)', 'Create Release Artifacts (aarch64, linux-musl)', 'Create
Release Artifacts (x86_64, linux-gnu)', 'Create Release Artifacts (x86_64, linux-musl)']
contexts: [pre-commit, Create Release, 'Create Release Artifacts (aarch64, linux-gnu)', 'Create Release Artifacts (x86_64, linux-gnu)']
enforce_admins:
required_linear_history: true
restrictions:
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
architecture: [aarch64, x86_64]
ostype: [linux-gnu, linux-musl]
ostype: [linux-gnu]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
if: ${{ needs.release.outputs.published == 'true' }}
strategy:
matrix:
ostype: [linux-gnu, linux-musl]
ostype: [linux-gnu]
runs-on: ubuntu-latest
steps:
- name: Log in to the Container registry
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ ARG DOCKER_REGISTRY=ghcr.io
ARG DOCKER_IMAGE_NAME

# List out all image permutations to trick dependabot
FROM --platform=linux/amd64 ghcr.io/hutchic-org/kong-openssl:1.2.78-x86_64-linux-musl as x86_64-linux-musl
FROM --platform=linux/amd64 ghcr.io/hutchic-org/kong-openssl:1.2.78-x86_64-linux-gnu as x86_64-linux-gnu
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-openssl:1.2.78-aarch64-linux-musl as aarch64-linux-musl
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-openssl:1.2.78-aarch64-linux-gnu as aarch64-linux-gnu

# Run the build script
Expand Down
2 changes: 1 addition & 1 deletion kong
Submodule kong updated 192 files

0 comments on commit b92a314

Please sign in to comment.