Add target platform for build
This commit is contained in:
parent
e3a28e7b0f
commit
993c1de4da
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
tags: crocmagnon/blog:latest
|
tags: crocmagnon/blog:latest
|
||||||
cache-from: type=registry,ref=crocmagnon/blog:latest
|
cache-from: type=registry,ref=crocmagnon/blog:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
platforms: linux/amd64
|
||||||
build-args: |
|
build-args: |
|
||||||
POETRY_OPTIONS=--no-dev
|
POETRY_OPTIONS=--no-dev
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Reference in a new issue