mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] Fix build workflow call.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build Docker Image
|
||||
name: Build Docker Image (amd64)
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,8 +7,8 @@ jobs:
|
||||
docker:
|
||||
name: Build Docker image
|
||||
|
||||
runs-on: [linux, x64]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/workflows/build@dev
|
||||
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build@dev
|
||||
with:
|
||||
arch: amd64
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Build Docker Image
|
||||
name: Build Docker Image (arm64)
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -9,6 +9,6 @@ jobs:
|
||||
|
||||
runs-on: [self-hosted, linux, arm64]
|
||||
steps:
|
||||
- uses: ./.github/workflows/build@dev
|
||||
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
||||
with:
|
||||
arch: arm64
|
||||
Reference in New Issue
Block a user