Skip to content

Commit

Permalink
feat: bump qemu to 4.2.0 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <info@wilmardenouden.nl>
  • Loading branch information
wilmardo authored and lafin committed Dec 28, 2019
1 parent 8af34ad commit 7901caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ addons:
env:
global:
- MAJOR_VERSION=4
- MINOR_VERSION=1
- PATCH_VERSION=1
- MINOR_VERSION=2
- PATCH_VERSION=0
- RELEASE_VERSION=1
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
# Container tag version string.
Expand All @@ -38,7 +38,7 @@ env:
# Container repository
- DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static
# - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.1.1/1.fc31/x86_64/qemu-user-static-4.1.1-1.fc31.x86_64.rpm"
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.2.0/1.fc32/x86_64/qemu-user-static-4.2.0-1.fc32.x86_64.rpm"
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
before_script:
- wget --content-disposition $PACKAGE_URI
Expand Down

0 comments on commit 7901caa

Please sign in to comment.