File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 app_name : " simplelogin"
1515 release_type : " github"
1616 release_url : " https://api.github.com/repos/simple-login/app"
17- target-arch : " amd64 "
17+ target-arch : " 64 "
1818 secrets :
1919 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Original file line number Diff line number Diff line change 1313 app_name : " simplelogin"
1414 release_type : " github"
1515 release_url : " https://api.github.com/repos/simple-login/app"
16- target-arch : " amd64 "
16+ target-arch : " 64 "
1717 secrets :
1818 repo_release_token : ${{ secrets.repo_release_token }}
Original file line number Diff line number Diff line change 5353 pkg-config \
5454 ninja-build \
5555 clang && \
56- curl -o /tmp/uv-installer.sh -L https://astral.sh/uv/install.sh && \
57- sh /tmp/uv-installer.sh && \
56+ curl -o /tmp/uv.tar.gz -sL "https://github.com/astral-sh/uv/releases/latest/download/uv-x86_64-unknown-linux-gnu.tar.gz" && \
57+ tar xzf /tmp/uv.tar.gz -C /tmp/ && \
58+ mv /tmp/uv-x86_64-unknown-linux-gnu/uv /usr/bin/uv && \
59+ mv /tmp/uv-x86_64-unknown-linux-gnu/uvx /usr/bin/uvx && \
5860 uv python install `cat .python-version` && \
5961 uv sync --locked && \
6062 echo "**** install runtime packages ****" && \
You can’t perform that action at this time.
0 commit comments