Commit eb585d45 authored by aagaev's avatar aagaev

CI: build arm64 by default

parent 941bdbfc
......@@ -15,7 +15,9 @@ on:
description: Image platforms (you can specify multiple platforms separated by comma)
required: false
type: string
default: linux/amd64
default: |
linux/amd64
linux/arm64/v8
workflow_call:
inputs:
tags:
......@@ -30,7 +32,9 @@ on:
description: Image platforms (you can specify multiple platforms separated by comma)
required: false
type: string
default: linux/amd64
default: |
linux/amd64
linux/arm64/v8
jobs:
run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment