update CI workflow to build and push Docker images for amd64 and arm64 architectures on self-hosted runner
All checks were successful
Master Build / Build and Push Docker Image (amd64 and arm64) (push) Successful in 2m23s
Master Build / Deploy Local (Demo) (push) Successful in 11s
Master Build / Deploy Live (push) Successful in 6s

This commit is contained in:
José Henrique 2025-01-24 22:26:37 -03:00
parent e7051d2a68
commit ae3185dda2

View File

@ -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