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:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -7,8 +7,8 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
runs-on: [linux, x64]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/build@dev
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build@dev
|
||||||
with:
|
with:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Build Docker Image
|
name: Build Docker Image (arm64)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -9,6 +9,6 @@ jobs:
|
|||||||
|
|
||||||
runs-on: [self-hosted, linux, arm64]
|
runs-on: [self-hosted, linux, arm64]
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/build@dev
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
||||||
with:
|
with:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
Reference in New Issue
Block a user