Fixed source directory location for SQLite3 build image
This commit is contained in:
parent
8c7d34668d
commit
1be1ecaa40
@ -28,7 +28,7 @@ ENV ZBX_SOURCES_DIR=/tmp/zabbix-${ZBX_VERSION} ZBX_OUTPUT_DIR=/tmp/zabbix-${ZBX_
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/go-build/ \
|
||||
--mount=type=cache,target=/root/go/ \
|
||||
--mount=type=bind,source=src/,target=/tmp/src \
|
||||
--mount=from=sources,target=/tmp/src \
|
||||
--mount=type=bind,source=patches/,target=/tmp/patches \
|
||||
set -eux && \
|
||||
ARCH_SUFFIX="$(arch)"; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user