mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
parent
8814d1feb6
commit
b1d8067959
@ -1,5 +1,6 @@
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
|
||||
# Make sure master points to the correct upstream commit
|
||||
before_script:
|
||||
@ -18,3 +19,42 @@ lint:
|
||||
tags:
|
||||
- docker-alpine
|
||||
- x86_64
|
||||
|
||||
.build:
|
||||
stage: build
|
||||
image: alpinelinux/alpine-gitlab-ci:latest
|
||||
script:
|
||||
- build.sh
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
build-x86_64:
|
||||
extends: .build
|
||||
tags:
|
||||
- docker-alpine
|
||||
- ci-build
|
||||
- x86_64
|
||||
|
||||
build-x86:
|
||||
extends: .build
|
||||
image:
|
||||
name: alpinelinux/alpine-gitlab-ci:latest-x86
|
||||
entrypoint: ["linux32", "sh", "-c"]
|
||||
tags:
|
||||
- docker-alpine
|
||||
- ci-build
|
||||
- x86
|
||||
|
||||
build-s390x:
|
||||
extends: .build
|
||||
tags:
|
||||
- docker-alpine
|
||||
- ci-build
|
||||
- s390x
|
||||
|
||||
build-ppc64le:
|
||||
extends: .build
|
||||
tags:
|
||||
- docker-alpine
|
||||
- ci-build
|
||||
- ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user