synapse : v1.102.0 fix?
This commit is contained in:
parent
b97f1e0748
commit
c9cfc8ee79
|
@ -11,7 +11,7 @@ buildfolder=/tmp/synapse-$$
|
|||
|
||||
if ! podman image exists ${synapse_image}:${synapse_version}; then
|
||||
mkdir ${buildfolder} &&
|
||||
if curl -sSfL -- "https://github.com/matrix-org/synapse/archive/refs/tags/${synapse_version}.tar.gz" | \tar xz --strip-components 1 -C ${buildfolder}/ ; then
|
||||
if curl -sSfL -- "https://github.com/element-hq/synapse/archive/refs/tags/${synapse_version}.tar.gz" | \tar xz --strip-components 1 -C ${buildfolder}/ ; then
|
||||
rm -rf "${HOME}/buildah-cache-${UID}"
|
||||
TMPDIR=${HOME} podman image build \
|
||||
-t ${synapse_image}:${synapse_version} \
|
||||
|
|
Loading…
Reference in a new issue