mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 11:48:10 +00:00
Include adm64 build and manifest stuff.
This commit is contained in:
@@ -13,4 +13,9 @@ services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- .deploy/docker/build-arm.sh
|
||||
- .deploy/docker/build-arm.sh
|
||||
- .deploy/docker/build-amd64.sh
|
||||
- docker manifest create jc5x/ff-test-builds jc5x/firefly-iii:develop jc5x/firefly-iii:develop-arm
|
||||
- docker manifest annotate jc5x/ff-test-builds jc5x/firefly-iii:develop-arm --arch arm --os linux
|
||||
- docker manifest annotate jc5x/ff-test-builds jc5x/firefly-iii:develop --arch amd64 --os linux
|
||||
- docker manifest push jc5x/ff-test-builds
|
||||
|
||||
Reference in New Issue
Block a user