Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 6, 2025
1 parent 2fb70a2 commit f1ef853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
pull: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm/v7
platforms: linux/arm64
build-args: |
DIST_PATH=${{ contains(github.event.head_commit.message, '/deploy') && 'dist/' || '' }}
SOURCE=${{ env.local_forge_py != '' && env.local_forge_py || format('{0}=={1}', env.pyproject_name, env.the_version) }}
Expand Down

0 comments on commit f1ef853

Please sign in to comment.