Skip to content

Commit

Permalink
Merge pull request #31 from rphillips/fixes/s390x_os_type
Browse files Browse the repository at this point in the history
s390x: mask e_ident
  • Loading branch information
moul authored Nov 6, 2017
2 parents a44d33c + 891af8c commit 68224dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- wget --content-disposition $PACKAGE_URI
- sudo rpm2cpio $PACKAGE_FILENAME | cpio -dimv
script:
- sudo ./publish.sh -v "$VERSION" -t "$GITHUB_TOKEN" -r "$REPO"
- sudo ./update.sh -v "$VERSION" -r "$REPO"
- if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then sudo ./publish.sh -v "$VERSION" -t "$GITHUB_TOKEN" -r "$REPO"; fi
- if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then sudo ./update.sh -v "$VERSION" -r "$REPO"; fi
after_success:
- if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" && docker push $REPO; fi
2 changes: 1 addition & 1 deletion register/qemu-binfmt-conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sh4eb_mask='\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff
sh4eb_family=sh4

s390x_magic='\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x16'
s390x_mask='\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
s390x_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
s390x_family=s390x

aarch64_magic='\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00'
Expand Down

0 comments on commit 68224dd

Please sign in to comment.