redlib icon indicating copy to clipboard operation
redlib copied to clipboard

🐛 Bug Report: Docker deploy fails on Render

Open HashLiver opened this issue 1 year ago • 0 comments

Describe the bug

The console show this error: ERROR: process "/bin/sh -c curl -L https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz | tar xz -C /usr/local/bin/" did not complete successfully: exit code: 1

Steps to reproduce the bug

  • Sever: https://render.com
  • Deploy type: Docker
  • Deploy latest commit (https://github.com/redlib-org/redlib/commit/e79242c9e7aefa4ec5d1281385beab2faa7447ce)
  • After checking, I found the problem in commit https://github.com/redlib-org/redlib/commit/3f4526debee9a4c5fc932c2c5fbe4025667d789f, does variable ${TARGET} working?

What's the expected behavior?

Additional context / screenshot

notitle

HashLiver avatar Mar 07 '24 13:03 HashLiver