File tree Expand file tree Collapse file tree 4 files changed +4
-71
lines changed Expand file tree Collapse file tree 4 files changed +4
-71
lines changed Original file line number Diff line number Diff line change 1
- FROM femtopixel/google-chrome-headless:71 .0.3578.98 -amd64
1
+ FROM femtopixel/google-chrome-headless:77 .0.3814.0 -amd64
2
2
3
3
ARG VERSION=v5.0.0
4
4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
CACHE ?= --no-cache=1
2
2
VERSION ?= v5.0.0
3
- FULLVERSION ?= v5.0.0
4
- archs ?= arm32v7 amd64
5
3
.PHONY : all build publish latest
6
- all : build publish latest
7
- qemu-arm-static :
8
- cp /usr/bin/qemu-arm-static .
9
- build : qemu-arm-static
10
- $(foreach arch,$(archs ) , \
11
- docker build -t femtopixel/google-lighthouse:${VERSION} -$(arch ) -f Dockerfile.$(arch ) --build-arg VERSION=${VERSION} -$(arch ) ${CACHE} . ; \
12
- )
4
+ all : build publish
5
+ build :
6
+ docker build -t femtopixel/google-lighthouse:${VERSION} -t femtopixel/google-lighthouse --build-arg VERSION=${VERSION} ${CACHE} .
13
7
publish :
14
8
docker push femtopixel/google-lighthouse
15
- cat manifest.yml | sed " s/\$ $VERSION /${VERSION} /g" > manifest2.yaml
16
- cat manifest2.yaml | sed " s/\$ $FULLVERSION /${FULLVERSION} /g" > manifest.yaml
17
- manifest-tool push from-spec manifest.yaml
18
- latest : build
19
- FULLVERSION=latest VERSION=${VERSION} make publish
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments