Skip to content

Commit

Permalink
Removed comments in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jf9327 committed Jan 3, 2024
1 parent a53863a commit bf6a895
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ while [[ $# -gt 0 ]]; do
esac
done

# Your script logic goes here
echo "API Host: $API_HOST"

#docker build -t pasteybin-ui-base --build-arg API_HOST=$API_HOST .

#docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t pasteybin-ui-base --build-arg API_HOST=$API_HOST .

#docker buildx build --platform linux/arm64 -t pasteybin-ui-base --build-arg API_HOST=$API_HOST .

pushd ui
flutter build web
popd
Expand Down

0 comments on commit bf6a895

Please sign in to comment.