build: add pkg-config deb package in build layer (#1590)
* build: add pkg-config deb package in build layer * ci: only use tonistiigi/binfmt for image push * revert: arm64 builds * ci: copy build_bench to docker-build-push * ci: set driver-opts network=host for buildx action
This commit is contained in:
committed by
GitHub
parent
1e0fba9959
commit
02e24c9d2d
5
.github/workflows/docker-build-push.yml
vendored
5
.github/workflows/docker-build-push.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
image: registry:2
|
image: docker.io/registry:2
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
strategy:
|
strategy:
|
||||||
@@ -53,6 +53,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Buildx
|
- name: Setup Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
driver-opts: network=host
|
||||||
|
platforms: linux/${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Get latest versions
|
- name: Get latest versions
|
||||||
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
|
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ RUN apt-get update \
|
|||||||
libsasl2-dev \
|
libsasl2-dev \
|
||||||
libtiff5-dev \
|
libtiff5-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
|
pkg-config \
|
||||||
redis-tools \
|
redis-tools \
|
||||||
rlwrap \
|
rlwrap \
|
||||||
tk8.6-dev \
|
tk8.6-dev \
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ RUN apt-get update \
|
|||||||
libsasl2-dev \
|
libsasl2-dev \
|
||||||
libtiff5-dev \
|
libtiff5-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
|
pkg-config \
|
||||||
redis-tools \
|
redis-tools \
|
||||||
rlwrap \
|
rlwrap \
|
||||||
tk8.6-dev \
|
tk8.6-dev \
|
||||||
|
|||||||
@@ -86,6 +86,7 @@ RUN apt-get update \
|
|||||||
libsasl2-dev \
|
libsasl2-dev \
|
||||||
libtiff5-dev \
|
libtiff5-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
|
pkg-config \
|
||||||
redis-tools \
|
redis-tools \
|
||||||
rlwrap \
|
rlwrap \
|
||||||
tk8.6-dev \
|
tk8.6-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user