Skip to content

Commit b92a314

Browse files
authored
chore(deps): bump kong to 3.4.1 (#420)
* chore(deps): bump kong to 3.4.1 * chore(musl): drop musl
1 parent 032b54c commit b92a314

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/settings.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ branches:
6464
required_pull_request_reviews:
6565
required_status_checks:
6666
strict: true
67-
contexts: [pre-commit, Create Release, 'Create Release Artifacts (aarch64, linux-gnu)', 'Create Release Artifacts (aarch64, linux-musl)', 'Create
68-
Release Artifacts (x86_64, linux-gnu)', 'Create Release Artifacts (x86_64, linux-musl)']
67+
contexts: [pre-commit, Create Release, 'Create Release Artifacts (aarch64, linux-gnu)', 'Create Release Artifacts (x86_64, linux-gnu)']
6968
enforce_admins:
7069
required_linear_history: true
7170
restrictions:

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
architecture: [aarch64, x86_64]
40-
ostype: [linux-gnu, linux-musl]
40+
ostype: [linux-gnu]
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ needs.release.outputs.published == 'true' }}
108108
strategy:
109109
matrix:
110-
ostype: [linux-gnu, linux-musl]
110+
ostype: [linux-gnu]
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: Log in to the Container registry

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ ARG DOCKER_REGISTRY=ghcr.io
44
ARG DOCKER_IMAGE_NAME
55

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

1210
# Run the build script

kong

Submodule kong updated 192 files

0 commit comments

Comments
 (0)