Skip to content

Commit

Permalink
Fixes invalid CentOS package name for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Vyzas committed Oct 28, 2020
1 parent 5ce694c commit 32bb92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion deps/libmicrohttpd/libmicrohttpd

This file was deleted.

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- CURVER
- PKG_RELEASE=centos7
- PROXYSQL_BUILD_TYPE=clickhouse
- PROXYSQL_BUILD_ARCH=arm64
- PROXYSQL_BUILD_ARCH=aarch64
command:
- /opt/entrypoint/entrypoint.bash
centos7_dbg_build:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
- CURVER
- PKG_RELEASE=centos8
- PROXYSQL_BUILD_TYPE=clickhouse
- PROXYSQL_BUILD_ARCH=arm64
- PROXYSQL_BUILD_ARCH=aarch64
command:
- /opt/entrypoint/entrypoint.bash
centos8_dbg_build:
Expand Down Expand Up @@ -223,7 +223,7 @@ services:
- CURVER
- PKG_RELEASE=fedora32
- PROXYSQL_BUILD_TYPE=clickhouse
- PROXYSQL_BUILD_ARCH=arm64
- PROXYSQL_BUILD_ARCH=aarch64
command:
- /opt/entrypoint/entrypoint.bash
debian8_build:
Expand Down

0 comments on commit 32bb92c

Please sign in to comment.