File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
app_name : " simplelogin"
15
15
release_type : " github"
16
16
release_url : " https://api.github.com/repos/simple-login/app"
17
- target-arch : " amd64 "
17
+ target-arch : " 64 "
18
18
secrets :
19
19
OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Original file line number Diff line number Diff line change 13
13
app_name : " simplelogin"
14
14
release_type : " github"
15
15
release_url : " https://api.github.com/repos/simple-login/app"
16
- target-arch : " amd64 "
16
+ target-arch : " 64 "
17
17
secrets :
18
18
repo_release_token : ${{ secrets.repo_release_token }}
Original file line number Diff line number Diff line change 53
53
pkg-config \
54
54
ninja-build \
55
55
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 && \
58
60
uv python install `cat .python-version` && \
59
61
uv sync --locked && \
60
62
echo "**** install runtime packages ****" && \
You can’t perform that action at this time.
0 commit comments