diff --git a/.gitea/workflows/build-and-pubilsh.yaml b/.gitea/workflows/build-and-pubilsh.yaml index dd1eca1..81fb5cb 100644 --- a/.gitea/workflows/build-and-pubilsh.yaml +++ b/.gitea/workflows/build-and-pubilsh.yaml @@ -2,10 +2,7 @@ name: Build and publish container images on: -# - workflow_dispatch - push: - branches: - - master +- workflow_dispatch jobs: build-and-publish: @@ -45,6 +42,9 @@ jobs: platforms: | linux/amd64 linux/arm64 + # linux/riscv64 + # linux/arm/v7 + # linux/arm/v6 build-args: | NODE_VERSION=20 secrets: | diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 399c3e5..b2e450d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,10 +2,9 @@ name: Build container images on: -- workflow_dispatch - # push: - # branches: - # - master + push: + branches: + - master jobs: build: @@ -33,6 +32,9 @@ jobs: platforms: | linux/amd64 linux/arm64 + # linux/riscv64 + # linux/arm/v7 + # linux/arm/v6 build-args: | NODE_VERSION=20 secrets: |