mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-20 21:08:19 +02:00
feat: add architecture option
This commit is contained in:
parent
93cfaf8d53
commit
2a90b19ec8
2 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,7 @@ export GNUPGHOME
|
|||
|
||||
setup_tea() {
|
||||
if ! test -f $BIN_DIR/tea ; then
|
||||
curl -sL https://dl.gitea.io/tea/$TEA_VERSION/tea-$TEA_VERSION-linux-amd64 > $BIN_DIR/tea
|
||||
curl -sL https://dl.gitea.io/tea/$TEA_VERSION/tea-$TEA_VERSION-linux-$ARCH > $BIN_DIR/tea
|
||||
chmod +x $BIN_DIR/tea
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue