chore: include arm64 platform

This commit is contained in:
gabrieljablonski 2025-06-09 19:54:48 -03:00
parent 4f15a1fd9c
commit 2f36e0cfd3

View File

@ -21,6 +21,8 @@ jobs:
include:
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: ubuntu-22.04-arm
runs-on: ${{ matrix.runner }}
env:
GIT_REF: ${{ github.head_ref || github.ref_name }}