mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
fix arch variable
This commit is contained in:
parent
4e7cc2e117
commit
6f5a479e53
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ env:
|
|||
- QEMU_ARCH=arm ARCH=armhf
|
||||
- QEMU_ARCH=aarch64 ARCH=arm64
|
||||
script:
|
||||
- if [ "$ARCH" != "amd64" ]; then curl -L -o qemu-$ARCH-static https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-$QEMU_ARCH-static; chmod u+x qemu-$QEMU_ARCH-static; fi
|
||||
- if [ "$ARCH" != "amd64" ]; then curl -L -o qemu-$QEMU_ARCH-static https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-$QEMU_ARCH-static; chmod u+x qemu-$QEMU_ARCH-static; fi
|
||||
- docker run --rm --privileged multiarch/qemu-user-static:register
|
||||
- docker build -t $REPO:$COMMIT-$ARCH -f Dockerfile.$ARCH .
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue