From ae3185dda246b97793b3759733fc4bf13e749aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Fri, 24 Jan 2025 22:26:37 -0300 Subject: [PATCH] update CI workflow to build and push Docker images for amd64 and arm64 architectures on self-hosted runner --- .gitea/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index d2a808d..1532b20 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -6,8 +6,8 @@ on: jobs: build: - name: Build and Push Docker Image (amd64) - runs-on: ubuntu-latest + name: Build and Push Docker Image (amd64 and arm64) + runs-on: self-hosted-ubuntu-latest steps: - uses: actions/checkout@v4