add ARM64 Docker image support (#5483)

This commit is contained in:
Felipe Oduardo Sierra 2025-12-13 20:01:59 +01:00 committed by GitHub
parent b4ffaa21ec
commit f254cf76d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 6 deletions

View file

@ -64,6 +64,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: actions/setup-node@v4
with:
node-version: "24"