chore: include arm64 platform
This commit is contained in:
parent
4f15a1fd9c
commit
2f36e0cfd3
2
.github/workflows/publish_github_docker.yml
vendored
2
.github/workflows/publish_github_docker.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user