mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Don't use buildx unless it's needed to speed things up
This commit is contained in:
parent
2e42afb3ac
commit
0874802b3f
@ -319,7 +319,7 @@ jobs:
|
||||
|
||||
- script: |
|
||||
cd $(Build.SourcesDirectory)/docker/
|
||||
docker buildx build --no-cache --platform linux/amd64 -f Dockerfile -t yacreaderlibraryserver:develop-amd64 .
|
||||
docker build --no-cache --platform linux/amd64 -f Dockerfile -t yacreaderlibraryserver:develop-amd64 .
|
||||
docker buildx build --no-cache --platform linux/arm64 -f Dockerfile.aarch64 -t yacreaderlibraryserver:develop-arm64 .
|
||||
docker manifest create yacreaderlibraryserver:develop \
|
||||
--amend yacreaderlibraryserver:develop-amd64 \
|
||||
|
Loading…
Reference in New Issue
Block a user