mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Fix path to coredeps in concourse pipeline
This commit is contained in:
@@ -84,7 +84,7 @@ jobs:
|
|||||||
- name: coredeps-image
|
- name: coredeps-image
|
||||||
path: image
|
path: image
|
||||||
params:
|
params:
|
||||||
CONTEXT: deltachat-core-rust/scripts/docker-coredeps
|
CONTEXT: deltachat-core-rust/scripts/coredeps
|
||||||
UNPACK_ROOTFS: "true"
|
UNPACK_ROOTFS: "true"
|
||||||
BUILD_ARG_BASEIMAGE: quay.io/pypa/manylinux2014_x86_64
|
BUILD_ARG_BASEIMAGE: quay.io/pypa/manylinux2014_x86_64
|
||||||
platform: linux
|
platform: linux
|
||||||
@@ -184,7 +184,7 @@ jobs:
|
|||||||
- name: coredeps-image
|
- name: coredeps-image
|
||||||
path: image
|
path: image
|
||||||
params:
|
params:
|
||||||
CONTEXT: deltachat-core-rust/scripts/docker-coredeps-arm64
|
CONTEXT: deltachat-core-rust/scripts/coredeps
|
||||||
UNPACK_ROOTFS: "true"
|
UNPACK_ROOTFS: "true"
|
||||||
BUILD_ARG_BASEIMAGE: quay.io/pypa/manylinux2014_aarch64
|
BUILD_ARG_BASEIMAGE: quay.io/pypa/manylinux2014_aarch64
|
||||||
platform: linux
|
platform: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user