Compare commits

...

10 commits

Author SHA1 Message Date
Vishnu Narayanan
ce31454dc8
Merge branch 'develop' into foss-gh-action-arm64 2022-10-13 11:16:36 +05:30
Vishnu Narayanan
12a17da5c5
chore: add both amd64 and arm 64 2022-10-12 21:17:39 +05:30
Vishnu Narayanan
6761ae1da2
Merge branch 'develop' into foss-gh-action-arm64 2022-10-12 20:51:30 +05:30
Vishnu Narayanan
b780cac606
Merge branch 'develop' into foss-gh-action-arm64 2022-10-11 17:57:51 +05:30
Vishnu Narayanan
6f5fe2b7c0
Merge branch 'develop' into foss-gh-action-arm64 2022-10-10 17:28:06 +05:30
Vishnu Narayanan
109c71dc7d
fix: yarn timeout issue for arm64 docker builds
ref: https://github.com/docker/build-push-action/issues/471
2022-10-07 17:25:49 +05:30
Vishnu Narayanan
86891c3030
debug: arm64 2022-10-07 14:23:29 +05:30
Vishnu Narayanan
4be36c8f0b
debug: arm64 docker build failure 2022-10-06 19:44:11 +05:30
Vishnu Narayanan
e34617941c
debug: arm64 docker build failure 2022-10-06 19:42:59 +05:30
Vishnu Narayanan
74e10047d7
debug: arm64 docker build failure 2022-10-06 19:40:57 +05:30
2 changed files with 4 additions and 2 deletions

View file

@ -6,10 +6,12 @@
name: Publish Chatwoot CE docker images
on:
pull_request:
push:
branches:
- develop
- master
- test
tags:
- v*
workflow_dispatch:
@ -59,5 +61,5 @@ jobs:
context: .
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ env.DOCKER_TAG }}

View file

@ -46,7 +46,7 @@ RUN if [ "$RAILS_ENV" = "production" ]; then \
fi
COPY package.json yarn.lock ./
RUN yarn install
RUN yarn install --frozen-lockfile --network-timeout 1000000
COPY . /app