Skip to content

Commit 97a6985

Browse files
authored
Merge pull request #19 from lafin/master
refactoring
2 parents 720a9e5 + e09954c commit 97a6985

File tree

35 files changed

+92
-106
lines changed

35 files changed

+92
-106
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.deb
2+
archs

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sudo: required
2+
services: docker
3+
language: bash
4+
env:
5+
- VERSION=2.8.1
6+
branches:
7+
only:
8+
- master
9+
before_script:
10+
- sudo apt-get install jq
11+
- wget -N http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-3_amd64.deb
12+
- sudo dpkg -i qemu-user-static_2.8+dfsg-3_amd64.deb
13+
script:
14+
- sudo ./publish.sh -v "$VERSION" -t "$GITHUB_TOKEN"
15+
- sudo ./update.sh -v "$VERSION"
16+
after_success:
17+
- if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" && docker push multiarch/qemu-user-static; fi

all-archs

Lines changed: 0 additions & 29 deletions
This file was deleted.

archs/x86_64-aarch64/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

archs/x86_64-alpha/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

archs/x86_64-arm/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

archs/x86_64-armeb/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

archs/x86_64-cris/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

archs/x86_64-i386/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

archs/x86_64-m68k/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)