build erlang for arm64 + add iproute2 for the ip command to work

This commit is contained in:
Quinten
2023-06-22 15:33:54 +02:00
committed by GitHub
parent 74204ccd5b
commit b95dde031b
6 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ jobs:
with:
context: ./erlang
file: ./erlang/${{ matrix.tag }}/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }}