mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
14 lines
228 B
YAML
14 lines
228 B
YAML
name: Build Docker Image (arm64)
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
docker:
|
|
name: Build Docker image
|
|
runs-on: [self-hosted, linux, arm64]
|
|
steps:
|
|
- uses: ./.github/workflows/build.yml
|
|
with:
|
|
arch: arm64
|