update CI workflow to build and push Docker images for amd64 and arm64 architectures on self-hosted runner
This commit is contained in:
parent
e7051d2a68
commit
ae3185dda2
@ -6,8 +6,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and Push Docker Image (amd64)
|
name: Build and Push Docker Image (amd64 and arm64)
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted-ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user