fix: Build in docker for linux/amd64, linux/arm64 platforms

This commit is contained in:
Davidson Gomes
2024-05-27 16:07:03 -03:00
parent 3b19200997
commit b5ec79daae
3 changed files with 51 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build_deploy:
name: Build and Deploy
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write
@@ -23,7 +23,6 @@ jobs:
images: atendai/evolution-api
tags: |
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3