mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-13 12:33:24 +02:00
adding back the rm package-lock.json and arm64 (#740)
* added back linux/arm64 * added back linux/arm64/v8 * added yarn in dockerfile * added yarn in dockerfile * added yarn in dockerfile * Lint and format code * Update proto files and types --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8153322a96
commit
8bb64c54ae
2 changed files with 4 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
docker buildx build \
|
||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm/v7 \
|
||||
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
|
||||
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-relay:${{ env.RELEASE_TAG }}" \
|
||||
--output "type=registry" ./
|
||||
- name: Run Docker buildx with latest tag
|
||||
|
|
@ -59,6 +59,6 @@ jobs:
|
|||
docker buildx build \
|
||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm/v7 \
|
||||
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
|
||||
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-relay:latest" \
|
||||
--output "type=registry" ./
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ RUN which python3
|
|||
RUN apt install -y g++ gcc libmcrypt-dev
|
||||
RUN apt-get -y install git
|
||||
|
||||
RUN rm ./package-lock.json
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN cp /relay/config/app.json /relay/dist/config/app.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue