Skip to content

docker: remove useless 'platform' flag #21

docker: remove useless 'platform' flag

docker: remove useless 'platform' flag #21

Workflow file for this run

name: "v1.8.x: build"
on:
push:
branches:
- master
paths:
- v1.8.x/**
pull_request:
branches:
- master
paths:
- v1.8.x/**
jobs:
test:
name: Test
uses: ./.github/workflows/template-build.yml
with:
platforms: linux/amd64,linux/arm64
directory: v1.8.x