forked from shibao/cannery
build in arm64 and amd64
This commit is contained in:
parent
b85b1735c0
commit
763c86a379
@ -42,7 +42,9 @@ steps:
|
||||
repo: shibaobun/cannery
|
||||
purge: true
|
||||
compress: true
|
||||
platforms: linux/amd64,linux/arm/v7
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
@ -59,7 +61,9 @@ steps:
|
||||
repo: shibaobun/cannery
|
||||
purge: true
|
||||
compress: true
|
||||
platforms: linux/amd64,linux/arm/v7
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
@ -1,10 +1,9 @@
|
||||
# v0.9.4
|
||||
- Improve tests
|
||||
- Change invite path slightly
|
||||
|
||||
# v0.9.3
|
||||
- Update dependencies
|
||||
- Add pack lot number to search
|
||||
- Improve tests
|
||||
- Change invite path slightly
|
||||
- Build in arm64 and amd64
|
||||
|
||||
# v0.9.2
|
||||
- Add lot number to packs
|
||||
|
Loading…
Reference in New Issue
Block a user