Files
telegram-bot/.github/workflows/build-arm64.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 7: did not find expected key

14 lines
247 B
YAML

name: Build Docker Image (arm64)
on:
push:
jobs:
docker:
name: Build Docker image
runs-on: [self-hosted, linux, arm64]
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
with:
arch: arm64