fix: dufs-bin arch not amd64
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful

This commit is contained in:
leafee98 2023-08-06 19:51:31 +08:00
parent e7fafb3fb6
commit 3290fd171d

View file

@ -8,12 +8,12 @@ pkgdesc="A file server that supports static serving, uploading, searching, acces
url="https://github.com/sigoden/dufs"
maintainer="Leafee98 <me@leafee98.com>"
arch="x86_64"
_arch="x86_64"
platform="unknown-linux-musl"
source=(
"dufs-v${pkgver}-${arch}-${platform}.tar.gz::https://github.com/sigoden/dufs/releases/download/v${pkgver}/dufs-v${pkgver}-${arch}-${platform}.tar.gz"
"dufs-v${pkgver}-${_arch}-${platform}.tar.gz::https://github.com/sigoden/dufs/releases/download/v${pkgver}/dufs-v${pkgver}-${_arch}-${platform}.tar.gz"
"dufs.service::materials/dufs.service"
)