diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-04 21:16:04 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-04 21:27:25 +0100 |
commit | 319463673314c6b7d75d940a7c69e28f0c90a2a5 (patch) | |
tree | 2c1e714f41e629b5cbd1eb1c29ba2f8946b8eec1 /.travis.yml | |
parent | 202829dbf83f08eba7cb5de5879ab9e6c3e6beb5 (diff) |
Switch to multiarch binfmt
It allows building arm containers as proposed by arm32v6 et arm32v7.
Change-Id: Icaca973f70c167ec8eb59df882638683fe35e40e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 619944e9..402ac293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: - libssl1.0.0 before_script: - - sudo apt-get -y install qemu-user-static + - sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - sudo add-apt-repository -y ppa:deadsnakes/ppa - sudo apt-get update - sudo apt-get install python3.8 python3.8-dev python3.8-distutils |