1 Commits

Author SHA1 Message Date
9306d0f970 disable arm builds
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-16 21:35:37 -04:00
2 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,6 @@ steps:
compress: true compress: true
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
@ -63,7 +62,6 @@ steps:
compress: true compress: true
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64
username: username:
from_secret: docker_username from_secret: docker_username
password: password:

View File

@ -3,7 +3,7 @@
- Add pack lot number to search - Add pack lot number to search
- Improve tests - Improve tests
- Change invite path slightly - Change invite path slightly
- Build in arm64 and amd64 - Disable arm builds since ci fails to build
# v0.9.2 # v0.9.2
- Add lot number to packs - Add lot number to packs