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:
|
||||
build:
|
||||
name: Build and Push Docker Image (amd64)
|
||||
runs-on: ubuntu-latest
|
||||
name: Build and Push Docker Image (amd64 and arm64)
|
||||
runs-on: self-hosted-ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user