We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f04ed2 commit c7a48bfCopy full SHA for c7a48bf
.travis.yml
@@ -5,7 +5,7 @@ services:
5
6
before_install:
7
- sudo apt update && sudo apt install make -y
8
- - git clone https://github.com/estesp/manifest-tool && cd manifest-tool && sudo make && sudo make install && cd .. && rm -Rf manifest-tool
+ - git clone https://github.com/estesp/manifest-tool && cd manifest-tool && git checkout v0.9.0 && sudo make && sudo make install && cd .. && rm -Rf manifest-tool
9
- docker run --rm --privileged multiarch/qemu-user-static:register
10
- sudo apt install -y qemu qemu-user-static qemu-user binfmt-support
11
0 commit comments