Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 4877e7c

Browse files
authored
Merge pull request #1 from oznu/travis-arm-build
Use Travis CI for ARM Build
2 parents 79c5768 + 17a4d9f commit 4877e7c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
services:
2+
- docker
3+
4+
before_install:
5+
- git clone https://github.com/oznu/docker-arm-ci.git ~/docker-arm-ci
6+
7+
before_script:
8+
- export TARGET_IMAGE_TAG=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ "$TRAVIS_BRANCH" = "master" ]; then echo "armhf"; else echo "$TRAVIS_BRANCH-armhf"; fi; else echo ""; fi)
9+
10+
script:
11+
- ~/docker-arm-ci/run.sh

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Docker Build Status](https://img.shields.io/docker/build/oznu/s6-alpine.svg?label=x64%20build&style=for-the-badge)](https://hub.docker.com/r/oznu/s6-alpine/) [![Travis](https://img.shields.io/travis/oznu/docker-s6-alpine.svg?label=arm%20build&style=for-the-badge)](https://travis-ci.org/oznu/docker-s6-alpine)
2+
13
# s6-alpine
24

35
This is a base Apline image with the [S6 Overlay](https://github.com/just-containers/s6-overlay)

0 commit comments

Comments
 (0)