From b47cebb2c07aff80157110059edf3d858c85542c Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 18:10:39 -0700 Subject: [PATCH] cleanup --- .gitea/workflows/build-and-pubilsh.yaml | 8 ++++---- .gitea/workflows/build.yaml | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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: |