Makefile: no darwin+arm windows+arm build matrix
This commit excludes Darwin+ARM and Windows+ARM combinations from the build matrix. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
parent
f52efc212c
commit
42c895f70a
@ -21,6 +21,8 @@ install: true
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make all-build
|
- make all-build
|
||||||
|
- make OS=darwin
|
||||||
|
- make OS=windows
|
||||||
- make clean
|
- make clean
|
||||||
- make unit
|
- make unit
|
||||||
- make lint
|
- make lint
|
||||||
|
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ push-latest-%:
|
|||||||
push-%:
|
push-%:
|
||||||
@$(MAKE) --no-print-directory ARCH=$* push
|
@$(MAKE) --no-print-directory ARCH=$* push
|
||||||
|
|
||||||
all-build: $(foreach os, $(ALL_OS), $(addprefix build-$(os)-, $(ALL_ARCH)))
|
all-build: $(addprefix build-$(OS)-, $(ALL_ARCH))
|
||||||
|
|
||||||
all-container: $(addprefix container-, $(ALL_ARCH))
|
all-container: $(addprefix container-, $(ALL_ARCH))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user