mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
13 lines
239 B
YAML
13 lines
239 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 |