mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
ensure we don't use any platform but linux/amd64
This commit is contained in:
parent
0ab0d5505f
commit
3af620a61a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/_build_image.yml
vendored
1
.github/workflows/_build_image.yml
vendored
|
|
@ -93,6 +93,7 @@ jobs:
|
|||
|
||||
docker build \
|
||||
--no-cache \
|
||||
--platform linux/amd64 \
|
||||
-f ${{ inputs.dockerfile_path }} \
|
||||
$BUILD_ARGS \
|
||||
-t $IMAGE_URI \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue