2018-08-17 18:43:16 +00:00
|
|
|
platform: linux/arm
|
|
|
|
|
2018-08-17 19:52:47 +00:00
|
|
|
clone:
|
|
|
|
default:
|
|
|
|
image: plugins/git:linux-arm
|
|
|
|
depth: 50
|
|
|
|
|
2018-08-05 09:37:09 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
2018-08-17 18:43:16 +00:00
|
|
|
image: arm32v6/alpine:latest
|
2018-08-05 09:37:09 +00:00
|
|
|
commands:
|
2018-08-17 19:52:47 +00:00
|
|
|
- set
|
2018-08-05 09:37:09 +00:00
|
|
|
- apk -U add abuild
|
|
|
|
- abuild-apk update
|
|
|
|
- abuild -r
|