Update Github Action

This commit is contained in:
laoXong 2024-09-30 00:39:00 +08:00
parent 977c161294
commit 507e9e580f
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
REGISTRY_IMAGE: misskey/misskey REGISTRY_IMAGE: laoxong/misskey
jobs: jobs:
# see https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners # see https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
@ -20,7 +20,7 @@ jobs:
platform: platform:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
if: github.repository == 'misskey-dev/misskey' if: github.repository == 'laoxong/misskey'
steps: steps:
- name: Prepare - name: Prepare
run: | run: |

View File

@ -25,7 +25,7 @@ jobs:
matrix: matrix:
platform: platform:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
steps: steps:
- name: Prepare - name: Prepare
run: | run: |

View File

@ -19,7 +19,7 @@ jobs:
env: env:
NODE_OPTIONS: "--max_old_space_size=7168" NODE_OPTIONS: "--max_old_space_size=7168"
if: github.repository == 'misskey-dev/misskey'
steps: steps:
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.1
if: github.event_name != 'pull_request_target' if: github.event_name != 'pull_request_target'