Add docker build #1
3
.github/workflows/container-stable.yaml
vendored
3
.github/workflows/container-stable.yaml
vendored
@ -38,7 +38,8 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:stable
|
||||
|
Loading…
Reference in New Issue
Block a user