mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Expand some commands.
This commit is contained in:
parent
de6758a972
commit
cc238a639e
@ -12,6 +12,14 @@ services:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||||
|
# get qemu-arm-static binary
|
||||||
|
- mkdir tmp
|
||||||
|
- >
|
||||||
|
pushd tmp &&
|
||||||
|
curl -L -o qemu-arm-static.tar.gz https://github.com/multiarch/qemu-user-static/releases/download/v2.6.0/qemu-arm-static.tar.gz &&
|
||||||
|
tar xzf qemu-arm-static.tar.gz &&
|
||||||
|
popd
|
||||||
|
# build image
|
||||||
- docker build -t jc5x/ff-test-builds:develop -f Dockerfile-ARM .
|
- docker build -t jc5x/ff-test-builds:develop -f Dockerfile-ARM .
|
||||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
- docker push jc5x/ff-test-builds
|
- docker push jc5x/ff-test-builds
|
Loading…
Reference in New Issue
Block a user