Skip to content

Commit acc74bc

Browse files
committed
fixes #9 - update to 5.0.0 / chrome 77
1 parent cd6d288 commit acc74bc

File tree

4 files changed

+4
-71
lines changed

4 files changed

+4
-71
lines changed

Dockerfile.amd64 renamed to Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM femtopixel/google-chrome-headless:71.0.3578.98-amd64
1+
FROM femtopixel/google-chrome-headless:77.0.3814.0-amd64
22

33
ARG VERSION=v5.0.0
44

Dockerfile.arm32v7

Lines changed: 0 additions & 43 deletions
This file was deleted.

Makefile

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
CACHE ?= --no-cache=1
22
VERSION ?= v5.0.0
3-
FULLVERSION ?= v5.0.0
4-
archs ?= arm32v7 amd64
53
.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} .
137
publish:
148
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

manifest.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)