Update '.gitea/workflows/build.yaml'

main
nathan 9 months ago
parent 9a9d5ecf47
commit c7028fb8ed

@ -35,6 +35,6 @@ jobs:
- run: |
docker buildx build . \
-t registry.local/rgbarm64lib:${{ steps.short-sha.outputs.short-sha }} \
-t registry.local/rgbarm64lib:latest
-t registry.local/rgbarm64lib:latest \
--platform=linux/arm64,linux/amd64 \
--push

Loading…
Cancel
Save