update universal

This commit is contained in:
2025-12-09 19:16:17 -03:00
parent f4914652f5
commit 2fc8d9239b
2 changed files with 2 additions and 2 deletions

View File

@@ -374,10 +374,10 @@ jobs:
with:
context: ${{ steps.check_upstream.outputs.repo_url != '' && './upstream_src' || '.' }}
platforms: linux/amd64,linux/arm64
file: ${{ steps.check_upstream.outputs.repo_url != '' && './upstream_src/Dockerfile' || './Dockerfile' }}
push: true
build-args: |
${{ steps.check_upstream.outputs.build_args }}
${{ steps.check_upstream.outputs.repo_url != '' && 'SIMPLE_MODE=true' || '' }}
tags: |
git.icc.gg/${{ gitea.repository }}:latest
git.icc.gg/${{ gitea.repository }}:${{ steps.version.outputs.VERSION }}

View File

@@ -1,5 +1,5 @@
[repo]
url=https://github.com/bentoml/bentoctl.git
url=https://github.com/alam00000/bentopdf.git
branch=main
[args]